Html Css Color HEX #BB4CEF Medium Orchid

📋 copy color: '#BB4CEF'

red 187 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #BB4CEF

Tints of Medium Orchid #BB4CEF

RGB

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

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

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

R = 37.25%
G = 15.14%
B = 47.61%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB4CEF (or 0xBB4CEF) is known color: Medium Orchid. HEX triplet: BB, 4C and EF. RGB value is (187,76,239). Sum of RGB (Red+Green+Blue) = 187+76+239=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB4CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CEF is #44B310. Grayscale: #7F7F7F. Windows color (decimal): -4502289 or 15682747. OLE color: 15682747.

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

Color convert

RGB 187 76 239 -
CMYK 0.22 0.68 0 0.06
HSL 280.86º 0.84% 0.62% -
HSV(B) 280.86º 0.68% 0.94% -
XYZ 38.66 21.97 83.86 -
YUV 127.77 190.77 170.25 -
System Red Green Blue C M Y K H S L
Decimal 187 76 239 0.22 0.68 0 0.06 280.86 0.84 0.62
Hex BB 4C EF 16 44 0 6 119 54 3E
Octal 273 114 357 26 104 0 6 431 124 76
Binary 10111011 1001100 11101111 10110 1000100 0 110 100011001 1010100 111110

Color Harmonies of #BB4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CEF

Black with #BB4CEF

Text Example


Text Example

White with #BB4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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