Html Css Color HEX #BB2ECA Dark Orchid

📋 copy color: '#BB2ECA'

red 187 ◦ green 46 ◦ blue 202

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

Shades of Dark Orchid #BB2ECA

Tints of Dark Orchid #BB2ECA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.57%

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 42.99%
G = 10.57%
B = 46.44%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB2ECA (or 0xBB2ECA) is known color: Dark Orchid. HEX triplet: BB, 2E and CA. RGB value is (187,46,202). Sum of RGB (Red+Green+Blue) = 187+46+202=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB2ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ECA is #44D135. Grayscale: #696969. Windows color (decimal): -4510006 or 13250235. OLE color: 13250235.

HSL color Cylindrical-coordinate representation of color #BB2ECA: hue angle of 294.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2ECA is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 46 202 -
CMYK 0.07 0.77 0 0.21
HSL 294.23º 0.63% 0.49% -
HSV(B) 294.23º 0.77% 0.79% -
XYZ 32.13 16.78 57.42 -
YUV 105.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 187 46 202 0.07 0.77 0 0.21 294.23 0.63 0.49
Hex BB 2E CA 7 4D 0 15 126 3F 31
Octal 273 56 312 7 115 0 25 446 77 61
Binary 10111011 101110 11001010 111 1001101 0 10101 100100110 111111 110001

Color Harmonies of #BB2ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2ECA

Black with #BB2ECA

Text Example


Text Example

White with #BB2ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2ECA; }

 p { color: rgb(187,46,202); }

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

background-color css

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

 a { background-color: rgb(187,46,202); }

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

border-color css

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

 span { border-color: rgb(187,46,202); }

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