Html Css Color HEX #BB4FCD Medium Orchid

📋 copy color: '#BB4FCD'

red 187 ◦ green 79 ◦ blue 205

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

Shades of Medium Orchid #BB4FCD

Tints of Medium Orchid #BB4FCD

RGB

 RED value IS 187 (73.44% from 255) = 39.7%

 GREEN value IS 79 (31.25% from 255) = 16.77%

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

R = 39.7%
G = 16.77%
B = 43.52%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB4FCD (or 0xBB4FCD) is known color: Medium Orchid. HEX triplet: BB, 4F and CD. RGB value is (187,79,205). Sum of RGB (Red+Green+Blue) = 187+79+205=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 79 (31.25% from 255 or 16.77% 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 #BB4FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FCD is #44B032. Grayscale: #7D7D7D. Windows color (decimal): -4501555 or 13455291. OLE color: 13455291.

HSL color Cylindrical-coordinate representation of color #BB4FCD: hue angle of 291.43º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4FCD is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 79 205 -
CMYK 0.09 0.61 0 0.20
HSL 291.43º 0.56% 0.56% -
HSV(B) 291.43º 0.61% 0.8% -
XYZ 34.31 20.56 59.92 -
YUV 125.66 172.78 171.75 -
System Red Green Blue C M Y K H S L
Decimal 187 79 205 0.09 0.61 0 0.20 291.43 0.56 0.56
Hex BB 4F CD 9 3D 0 14 123 38 38
Octal 273 117 315 11 75 0 24 443 70 70
Binary 10111011 1001111 11001101 1001 111101 0 10100 100100011 111000 111000

Color Harmonies of #BB4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FCD

Black with #BB4FCD

Text Example


Text Example

White with #BB4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FCD; }

 p { color: rgb(187,79,205); }

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

background-color css

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

 a { background-color: rgb(187,79,205); }

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

border-color css

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

 span { border-color: rgb(187,79,205); }

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