Html Css Color HEX #B02EBA Dark Orchid

📋 copy color: '#B02EBA'

red 176 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #B02EBA

Tints of Dark Orchid #B02EBA

RGB

 RED value IS 176 (69.14% from 255) = 43.14%

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 43.14%
G = 11.27%
B = 45.59%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B02EBA (or 0xB02EBA) is known color: Dark Orchid. HEX triplet: B0, 2E and BA. RGB value is (176,46,186). Sum of RGB (Red+Green+Blue) = 176+46+186=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #B02EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02EBA is #4FD145. Grayscale: #646464. Windows color (decimal): -5230918 or 12201648. OLE color: 12201648.

HSL color Cylindrical-coordinate representation of color #B02EBA: hue angle of 295.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02EBA is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 46 186 -
CMYK 0.05 0.75 0 0.27
HSL 295.71º 0.6% 0.45% -
HSV(B) 295.71º 0.75% 0.73% -
XYZ 27.74 14.73 47.84 -
YUV 100.83 176.07 181.62 -
System Red Green Blue C M Y K H S L
Decimal 176 46 186 0.05 0.75 0 0.27 295.71 0.6 0.45
Hex B0 2E BA 5 4B 0 1B 128 3C 2D
Octal 260 56 272 5 113 0 33 450 74 55
Binary 10110000 101110 10111010 101 1001011 0 11011 100101000 111100 101101

Color Harmonies of #B02EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02EBA

Black with #B02EBA

Text Example


Text Example

White with #B02EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02EBA; }

 p { color: rgb(176,46,186); }

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

background-color css

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

 a { background-color: rgb(176,46,186); }

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

border-color css

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

 span { border-color: rgb(176,46,186); }

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