Html Css Color HEX #BB4CEA Medium Orchid

📋 copy color: '#BB4CEA'

red 187 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #BB4CEA

Tints of Medium Orchid #BB4CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.29%

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 37.63%
G = 15.29%
B = 47.08%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB4CEA (or 0xBB4CEA) is known color: Medium Orchid. HEX triplet: BB, 4C and EA. RGB value is (187,76,234). Sum of RGB (Red+Green+Blue) = 187+76+234=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB4CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CEA is #44B315. Grayscale: #7E7E7E. Windows color (decimal): -4502294 or 15355067. OLE color: 15355067.

HSL color Cylindrical-coordinate representation of color #BB4CEA: hue angle of 282.15º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB4CEA is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 76 234 -
CMYK 0.20 0.68 0 0.08
HSL 282.15º 0.79% 0.61% -
HSV(B) 282.15º 0.68% 0.92% -
XYZ 37.93 21.67 80.03 -
YUV 127.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 187 76 234 0.20 0.68 0 0.08 282.15 0.79 0.61
Hex BB 4C EA 14 44 0 8 11A 4F 3D
Octal 273 114 352 24 104 0 10 432 117 75
Binary 10111011 1001100 11101010 10100 1000100 0 1000 100011010 1001111 111101

Color Harmonies of #BB4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CEA

Black with #BB4CEA

Text Example


Text Example

White with #BB4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CEA; }

 p { color: rgb(187,76,234); }

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

background-color css

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

 a { background-color: rgb(187,76,234); }

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

border-color css

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

 span { border-color: rgb(187,76,234); }

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