Html Css Color HEX #BB3EFF Medium Orchid

📋 copy color: '#BB3EFF'

red 187 ◦ green 62 ◦ blue 255

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

Shades of Medium Orchid #BB3EFF

Tints of Medium Orchid #BB3EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.3%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 37.1%
G = 12.3%
B = 50.6%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB3EFF (or 0xBB3EFF) is known color: Medium Orchid. HEX triplet: BB, 3E and FF. RGB value is (187,62,255). Sum of RGB (Red+Green+Blue) = 187+62+255=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB3EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3EFF is #44C100. Grayscale: #787878. Windows color (decimal): -4505857 or 16727739. OLE color: 16727739.

HSL color Cylindrical-coordinate representation of color #BB3EFF: hue angle of 278.86º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB3EFF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 62 255 -
CMYK 0.27 0.76 0 0
HSL 278.86º 1% 0.62% -
HSV(B) 278.86º 0.76% 1% -
XYZ 40.27 21.23 96.58 -
YUV 121.38 203.41 174.81 -
System Red Green Blue C M Y K H S L
Decimal 187 62 255 0.27 0.76 0 0 278.86 1 0.62
Hex BB 3E FF 1B 4C 0 0 117 64 3E
Octal 273 76 377 33 114 0 0 427 144 76
Binary 10111011 111110 11111111 11011 1001100 0 0 100010111 1100100 111110

Color Harmonies of #BB3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3EFF

Black with #BB3EFF

Text Example


Text Example

White with #BB3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3EFF; }

 p { color: rgb(187,62,255); }

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

background-color css

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

 a { background-color: rgb(187,62,255); }

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

border-color css

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

 span { border-color: rgb(187,62,255); }

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