Html Css Color HEX #BB4FC9 Medium Orchid

📋 copy color: '#BB4FC9'

red 187 ◦ green 79 ◦ blue 201

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

Shades of Medium Orchid #BB4FC9

Tints of Medium Orchid #BB4FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.04%

R = 40.04%
G = 16.92%
B = 43.04%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB4FC9 (or 0xBB4FC9) is known color: Medium Orchid. HEX triplet: BB, 4F and C9. RGB value is (187,79,201). Sum of RGB (Red+Green+Blue) = 187+79+201=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB4FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FC9 is #44B036. Grayscale: #7C7C7C. Windows color (decimal): -4501559 or 13193147. OLE color: 13193147.

HSL color Cylindrical-coordinate representation of color #BB4FC9: hue angle of 293.11º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4FC9 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 79 201 -
CMYK 0.07 0.61 0 0.21
HSL 293.11º 0.53% 0.55% -
HSV(B) 293.11º 0.61% 0.79% -
XYZ 33.83 20.37 57.41 -
YUV 125.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 187 79 201 0.07 0.61 0 0.21 293.11 0.53 0.55
Hex BB 4F C9 7 3D 0 15 125 35 37
Octal 273 117 311 7 75 0 25 445 65 67
Binary 10111011 1001111 11001001 111 111101 0 10101 100100101 110101 110111

Color Harmonies of #BB4FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FC9

Black with #BB4FC9

Text Example


Text Example

White with #BB4FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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