Html Css Color HEX #BB4FEA Medium Orchid

📋 copy color: '#BB4FEA'

red 187 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #BB4FEA

Tints of Medium Orchid #BB4FEA

RGB

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

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

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

R = 37.4%
G = 15.8%
B = 46.8%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB4FEA (or 0xBB4FEA) is known color: Medium Orchid. HEX triplet: BB, 4F and EA. RGB value is (187,79,234). Sum of RGB (Red+Green+Blue) = 187+79+234=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB4FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4FEA is #44B015. Grayscale: #808080. Windows color (decimal): -4501526 or 15355835. OLE color: 15355835.

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

Color convert

RGB 187 79 234 -
CMYK 0.20 0.66 0 0.08
HSL 281.81º 0.79% 0.61% -
HSV(B) 281.81º 0.66% 0.92% -
XYZ 38.14 22.1 80.1 -
YUV 128.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 187 79 234 0.20 0.66 0 0.08 281.81 0.79 0.61
Hex BB 4F EA 14 42 0 8 11A 4F 3D
Octal 273 117 352 24 102 0 10 432 117 75
Binary 10111011 1001111 11101010 10100 1000010 0 1000 100011010 1001111 111101

Color Harmonies of #BB4FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FEA

Black with #BB4FEA

Text Example


Text Example

White with #BB4FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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