Html Css Color HEX #BB38CB Medium Orchid

📋 copy color: '#BB38CB'

red 187 ◦ green 56 ◦ blue 203

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

Shades of Medium Orchid #BB38CB

Tints of Medium Orchid #BB38CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.56%

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

R = 41.93%
G = 12.56%
B = 45.52%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB38CB (or 0xBB38CB) is known color: Medium Orchid. HEX triplet: BB, 38 and CB. RGB value is (187,56,203). Sum of RGB (Red+Green+Blue) = 187+56+203=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB38CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38CB is #44C734. Grayscale: #6F6F6F. Windows color (decimal): -4507445 or 13318331. OLE color: 13318331.

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

Color convert

RGB 187 56 203 -
CMYK 0.08 0.72 0 0.20
HSL 293.47º 0.59% 0.51% -
HSV(B) 293.47º 0.72% 0.8% -
XYZ 32.69 17.7 58.19 -
YUV 111.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 187 56 203 0.08 0.72 0 0.20 293.47 0.59 0.51
Hex BB 38 CB 8 48 0 14 125 3B 33
Octal 273 70 313 10 110 0 24 445 73 63
Binary 10111011 111000 11001011 1000 1001000 0 10100 100100101 111011 110011

Color Harmonies of #BB38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38CB

Black with #BB38CB

Text Example


Text Example

White with #BB38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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