Html Css Color HEX #B023EC Dark Orchid

📋 copy color: '#B023EC'

red 176 ◦ green 35 ◦ blue 236

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

Shades of Dark Orchid #B023EC

Tints of Dark Orchid #B023EC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.83%

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 39.37%
G = 7.83%
B = 52.8%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B023EC (or 0xB023EC) is known color: Dark Orchid. HEX triplet: B0, 23 and EC. RGB value is (176,35,236). Sum of RGB (Red+Green+Blue) = 176+35+236=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #B023EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B023EC is #4FDC13. Grayscale: #636363. Windows color (decimal): -5233684 or 15475632. OLE color: 15475632.

HSL color Cylindrical-coordinate representation of color #B023EC: hue angle of 282.09º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B023EC is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 35 236 -
CMYK 0.25 0.85 0 0.07
HSL 282.09º 0.84% 0.53% -
HSV(B) 282.09º 0.85% 0.93% -
XYZ 33.65 16.49 80.77 -
YUV 100.07 204.71 182.16 -
System Red Green Blue C M Y K H S L
Decimal 176 35 236 0.25 0.85 0 0.07 282.09 0.84 0.53
Hex B0 23 EC 19 55 0 7 11A 54 35
Octal 260 43 354 31 125 0 7 432 124 65
Binary 10110000 100011 11101100 11001 1010101 0 111 100011010 1010100 110101

Color Harmonies of #B023EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B023EC

Black with #B023EC

Text Example


Text Example

White with #B023EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B023EC; }

 p { color: rgb(176,35,236); }

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

background-color css

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

 a { background-color: rgb(176,35,236); }

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

border-color css

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

 span { border-color: rgb(176,35,236); }

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