Html Css Color HEX #BB3DCE Medium Orchid

📋 copy color: '#BB3DCE'

red 187 ◦ green 61 ◦ blue 206

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

Shades of Medium Orchid #BB3DCE

Tints of Medium Orchid #BB3DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.44%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 41.19%
G = 13.44%
B = 45.37%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB3DCE (or 0xBB3DCE) is known color: Medium Orchid. HEX triplet: BB, 3D and CE. RGB value is (187,61,206). Sum of RGB (Red+Green+Blue) = 187+61+206=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB3DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DCE is #44C231. Grayscale: #727272. Windows color (decimal): -4506162 or 13516219. OLE color: 13516219.

HSL color Cylindrical-coordinate representation of color #BB3DCE: hue angle of 292.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3DCE is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 61 206 -
CMYK 0.09 0.70 0 0.19
HSL 292.14º 0.6% 0.52% -
HSV(B) 292.14º 0.7% 0.81% -
XYZ 33.3 18.36 60.18 -
YUV 115.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 187 61 206 0.09 0.70 0 0.19 292.14 0.6 0.52
Hex BB 3D CE 9 46 0 13 124 3C 34
Octal 273 75 316 11 106 0 23 444 74 64
Binary 10111011 111101 11001110 1001 1000110 0 10011 100100100 111100 110100

Color Harmonies of #BB3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3DCE

Black with #BB3DCE

Text Example


Text Example

White with #BB3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3DCE; }

 p { color: rgb(187,61,206); }

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

background-color css

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

 a { background-color: rgb(187,61,206); }

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

border-color css

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

 span { border-color: rgb(187,61,206); }

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