Html Css Color HEX #B02BDF Dark Orchid

📋 copy color: '#B02BDF'

red 176 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #B02BDF

Tints of Dark Orchid #B02BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.73%

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 39.82%
G = 9.73%
B = 50.45%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B02BDF (or 0xB02BDF) is known color: Dark Orchid. HEX triplet: B0, 2B and DF. RGB value is (176,43,223). Sum of RGB (Red+Green+Blue) = 176+43+223=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #B02BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BDF is #4FD420. Grayscale: #666666. Windows color (decimal): -5231649 or 14625712. OLE color: 14625712.

HSL color Cylindrical-coordinate representation of color #B02BDF: hue angle of 284.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02BDF is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 43 223 -
CMYK 0.21 0.81 0 0.13
HSL 284.33º 0.74% 0.52% -
HSV(B) 284.33º 0.81% 0.87% -
XYZ 32.09 16.29 71.26 -
YUV 103.29 195.56 179.86 -
System Red Green Blue C M Y K H S L
Decimal 176 43 223 0.21 0.81 0 0.13 284.33 0.74 0.52
Hex B0 2B DF 15 51 0 D 11C 4A 34
Octal 260 53 337 25 121 0 15 434 112 64
Binary 10110000 101011 11011111 10101 1010001 0 1101 100011100 1001010 110100

Color Harmonies of #B02BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BDF

Black with #B02BDF

Text Example


Text Example

White with #B02BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BDF; }

 p { color: rgb(176,43,223); }

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

background-color css

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

 a { background-color: rgb(176,43,223); }

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

border-color css

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

 span { border-color: rgb(176,43,223); }

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