Html Css Color HEX #B02FDE Dark Orchid

📋 copy color: '#B02FDE'

red 176 ◦ green 47 ◦ blue 222

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

Shades of Dark Orchid #B02FDE

Tints of Dark Orchid #B02FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.56%

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 39.55%
G = 10.56%
B = 49.89%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B02FDE (or 0xB02FDE) is known color: Dark Orchid. HEX triplet: B0, 2F and DE. RGB value is (176,47,222). Sum of RGB (Red+Green+Blue) = 176+47+222=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #B02FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02FDE is #4FD021. Grayscale: #686868. Windows color (decimal): -5230626 or 14561200. OLE color: 14561200.

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

Color convert

RGB 176 47 222 -
CMYK 0.21 0.79 0 0.13
HSL 284.23º 0.73% 0.53% -
HSV(B) 284.23º 0.79% 0.87% -
XYZ 32.11 16.54 70.61 -
YUV 105.52 193.74 178.27 -
System Red Green Blue C M Y K H S L
Decimal 176 47 222 0.21 0.79 0 0.13 284.23 0.73 0.53
Hex B0 2F DE 15 4F 0 D 11C 49 35
Octal 260 57 336 25 117 0 15 434 111 65
Binary 10110000 101111 11011110 10101 1001111 0 1101 100011100 1001001 110101

Color Harmonies of #B02FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02FDE

Black with #B02FDE

Text Example


Text Example

White with #B02FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02FDE; }

 p { color: rgb(176,47,222); }

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

background-color css

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

 a { background-color: rgb(176,47,222); }

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

border-color css

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

 span { border-color: rgb(176,47,222); }

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