Html Css Color HEX #BB4EEF Medium Orchid

📋 copy color: '#BB4EEF'

red 187 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #BB4EEF

Tints of Medium Orchid #BB4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.48%

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 37.1%
G = 15.48%
B = 47.42%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB4EEF (or 0xBB4EEF) is known color: Medium Orchid. HEX triplet: BB, 4E and EF. RGB value is (187,78,239). Sum of RGB (Red+Green+Blue) = 187+78+239=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB4EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EEF is #44B110. Grayscale: #808080. Windows color (decimal): -4501777 or 15683259. OLE color: 15683259.

HSL color Cylindrical-coordinate representation of color #BB4EEF: hue angle of 280.62º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4EEF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 78 239 -
CMYK 0.22 0.67 0 0.06
HSL 280.62º 0.83% 0.62% -
HSV(B) 280.62º 0.67% 0.94% -
XYZ 38.8 22.25 83.91 -
YUV 128.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 187 78 239 0.22 0.67 0 0.06 280.62 0.83 0.62
Hex BB 4E EF 16 43 0 6 119 53 3E
Octal 273 116 357 26 103 0 6 431 123 76
Binary 10111011 1001110 11101111 10110 1000011 0 110 100011001 1010011 111110

Color Harmonies of #BB4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4EEF

Black with #BB4EEF

Text Example


Text Example

White with #BB4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4EEF; }

 p { color: rgb(187,78,239); }

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

background-color css

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

 a { background-color: rgb(187,78,239); }

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

border-color css

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

 span { border-color: rgb(187,78,239); }

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