Html Css Color HEX #BB33CC Medium Orchid

📋 copy color: '#BB33CC'

red 187 ◦ green 51 ◦ blue 204

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

Shades of Medium Orchid #BB33CC

Tints of Medium Orchid #BB33CC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.54%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 42.31%
G = 11.54%
B = 46.15%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB33CC (or 0xBB33CC) is known color: Medium Orchid. HEX triplet: BB, 33 and CC. RGB value is (187,51,204). Sum of RGB (Red+Green+Blue) = 187+51+204=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB33CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33CC is #44CC33. Grayscale: #6C6C6C. Windows color (decimal): -4508724 or 13382587. OLE color: 13382587.

HSL color Cylindrical-coordinate representation of color #BB33CC: hue angle of 293.33º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB33CC is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 51 204 -
CMYK 0.08 0.75 0 0.2
HSL 293.33º 0.6% 0.5% -
HSV(B) 293.33º 0.75% 0.8% -
XYZ 32.58 17.29 58.75 -
YUV 109.11 181.56 183.56 -
System Red Green Blue C M Y K H S L
Decimal 187 51 204 0.08 0.75 0 0.2 293.33 0.6 0.5
Hex BB 33 CC 8 4B 0 14 125 3C 32
Octal 273 63 314 10 113 0 24 445 74 62
Binary 10111011 110011 11001100 1000 1001011 0 10100 100100101 111100 110010

Color Harmonies of #BB33CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33CC

Black with #BB33CC

Text Example


Text Example

White with #BB33CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33CC; }

 p { color: rgb(187,51,204); }

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

background-color css

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

 a { background-color: rgb(187,51,204); }

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

border-color css

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

 span { border-color: rgb(187,51,204); }

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