Html Css Color HEX #BF4BCD Medium Orchid

📋 copy color: '#BF4BCD'

red 191 ◦ green 75 ◦ blue 205

#BF4BCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF4BCD

Tints of Medium Orchid #BF4BCD

RGB

 RED value IS 191 (75% from 255) = 40.55%

 GREEN value IS 75 (29.69% from 255) = 15.92%

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 40.55%
G = 15.92%
B = 43.52%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF4BCD (or 0xBF4BCD) is known color: Medium Orchid. HEX triplet: BF, 4B and CD. RGB value is (191,75,205). Sum of RGB (Red+Green+Blue) = 191+75+205=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF4BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BCD is #40B432. Grayscale: #7C7C7C. Windows color (decimal): -4240435 or 13454271. OLE color: 13454271.

HSL color Cylindrical-coordinate representation of color #BF4BCD: hue angle of 293.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4BCD is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 75 205 -
CMYK 0.07 0.63 0 0.20
HSL 293.54º 0.57% 0.55% -
HSV(B) 293.54º 0.63% 0.8% -
XYZ 35.02 20.52 59.87 -
YUV 124.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 191 75 205 0.07 0.63 0 0.20 293.54 0.57 0.55
Hex BF 4B CD 7 3F 0 14 126 39 37
Octal 277 113 315 7 77 0 24 446 71 67
Binary 10111111 1001011 11001101 111 111111 0 10100 100100110 111001 110111

Color Harmonies of #BF4BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BCD

Black with #BF4BCD

Text Example


Text Example

White with #BF4BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BCD; }

 p { color: rgb(191,75,205); }

 H1.HeaderClassName
 {
   color: #BF4BCD;
 }
 .AnyTagClassName
 {
   color: #BF4BCD;
 }
</style>

background-color css

<style>
 a { background-color: #BF4BCD; }

 a { background-color: rgb(191,75,205); }

 div.DivClassName
 {
   background-color: #BF4BCD;
 }
 .BgClassName
 {
   background-color: #BF4BCD;
 }
</style>

border-color css

<style>
 span { border-color: #BF4BCD; }

 span { border-color: rgb(191,75,205); }

 td.TdClassName
 {
   border-color: #BF4BCD;
 }
 .TagClassName
 {
   border-color: #BF4BCD;
 }
</style>