Html Css Color HEX #BB34CB Medium Orchid

📋 copy color: '#BB34CB'

red 187 ◦ green 52 ◦ blue 203

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

Shades of Medium Orchid #BB34CB

Tints of Medium Orchid #BB34CB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.76%

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 42.31%
G = 11.76%
B = 45.93%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB34CB (or 0xBB34CB) is known color: Medium Orchid. HEX triplet: BB, 34 and CB. RGB value is (187,52,203). Sum of RGB (Red+Green+Blue) = 187+52+203=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB34CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34CB is #44CB34. Grayscale: #6D6D6D. Windows color (decimal): -4508469 or 13317307. OLE color: 13317307.

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

Color convert

RGB 187 52 203 -
CMYK 0.08 0.74 0 0.20
HSL 293.64º 0.59% 0.5% -
HSV(B) 293.64º 0.74% 0.8% -
XYZ 32.5 17.33 58.13 -
YUV 109.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 187 52 203 0.08 0.74 0 0.20 293.64 0.59 0.5
Hex BB 34 CB 8 4A 0 14 126 3B 32
Octal 273 64 313 10 112 0 24 446 73 62
Binary 10111011 110100 11001011 1000 1001010 0 10100 100100110 111011 110010

Color Harmonies of #BB34CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34CB

Black with #BB34CB

Text Example


Text Example

White with #BB34CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34CB; }

 p { color: rgb(187,52,203); }

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

background-color css

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

 a { background-color: rgb(187,52,203); }

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

border-color css

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

 span { border-color: rgb(187,52,203); }

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