Html Css Color HEX #B034DF Dark Orchid

📋 copy color: '#B034DF'

red 176 ◦ green 52 ◦ blue 223

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

Shades of Dark Orchid #B034DF

Tints of Dark Orchid #B034DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.53%

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

R = 39.02%
G = 11.53%
B = 49.45%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B034DF (or 0xB034DF) is known color: Dark Orchid. HEX triplet: B0, 34 and DF. RGB value is (176,52,223). Sum of RGB (Red+Green+Blue) = 176+52+223=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #B034DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B034DF is #4FCB20. Grayscale: #6C6C6C. Windows color (decimal): -5229345 or 14628016. OLE color: 14628016.

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

Color convert

RGB 176 52 223 -
CMYK 0.21 0.77 0 0.13
HSL 283.51º 0.73% 0.54% -
HSV(B) 283.51º 0.77% 0.87% -
XYZ 32.45 17.01 71.39 -
YUV 108.57 192.58 176.1 -
System Red Green Blue C M Y K H S L
Decimal 176 52 223 0.21 0.77 0 0.13 283.51 0.73 0.54
Hex B0 34 DF 15 4D 0 D 11C 49 36
Octal 260 64 337 25 115 0 15 434 111 66
Binary 10110000 110100 11011111 10101 1001101 0 1101 100011100 1001001 110110

Color Harmonies of #B034DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B034DF

Black with #B034DF

Text Example


Text Example

White with #B034DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B034DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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