Html Css Color HEX #BB3CFF Medium Orchid

📋 copy color: '#BB3CFF'

red 187 ◦ green 60 ◦ blue 255

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

Shades of Medium Orchid #BB3CFF

Tints of Medium Orchid #BB3CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.95%

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

R = 37.25%
G = 11.95%
B = 50.8%

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

#BB3CFF (or 0xBB3CFF) is known color: Medium Orchid. HEX triplet: BB, 3C and FF. RGB value is (187,60,255). Sum of RGB (Red+Green+Blue) = 187+60+255=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB3CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3CFF is #44C300. Grayscale: #777777. Windows color (decimal): -4506369 or 16727227. OLE color: 16727227.

HSL color Cylindrical-coordinate representation of color #BB3CFF: hue angle of 279.08º 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 #BB3CFF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 60 255 -
CMYK 0.27 0.76 0 0
HSL 279.08º 1% 0.62% -
HSV(B) 279.08º 0.76% 1% -
XYZ 40.16 21.02 96.55 -
YUV 120.2 204.08 175.64 -
System Red Green Blue C M Y K H S L
Decimal 187 60 255 0.27 0.76 0 0 279.08 1 0.62
Hex BB 3C FF 1B 4C 0 0 117 64 3E
Octal 273 74 377 33 114 0 0 427 144 76
Binary 10111011 111100 11111111 11011 1001100 0 0 100010111 1100100 111110

Color Harmonies of #BB3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3CFF

Black with #BB3CFF

Text Example


Text Example

White with #BB3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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