Html Css Color HEX #BB30CC Medium Orchid

📋 copy color: '#BB30CC'

red 187 ◦ green 48 ◦ blue 204

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

Shades of Medium Orchid #BB30CC

Tints of Medium Orchid #BB30CC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.93%

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

R = 42.6%
G = 10.93%
B = 46.47%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB30CC (or 0xBB30CC) is known color: Medium Orchid. HEX triplet: BB, 30 and CC. RGB value is (187,48,204). Sum of RGB (Red+Green+Blue) = 187+48+204=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB30CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30CC is #44CF33. Grayscale: #6A6A6A. Windows color (decimal): -4509492 or 13381819. OLE color: 13381819.

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

Color convert

RGB 187 48 204 -
CMYK 0.08 0.76 0 0.2
HSL 293.46º 0.62% 0.49% -
HSV(B) 293.46º 0.76% 0.8% -
XYZ 32.45 17.04 58.71 -
YUV 107.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 187 48 204 0.08 0.76 0 0.2 293.46 0.62 0.49
Hex BB 30 CC 8 4C 0 14 125 3E 31
Octal 273 60 314 10 114 0 24 445 76 61
Binary 10111011 110000 11001100 1000 1001100 0 10100 100100101 111110 110001

Color Harmonies of #BB30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB30CC

Black with #BB30CC

Text Example


Text Example

White with #BB30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB30CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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