Html Css Color HEX #B434DE Dark Orchid

📋 copy color: '#B434DE'

red 180 ◦ green 52 ◦ blue 222

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

Shades of Dark Orchid #B434DE

Tints of Dark Orchid #B434DE

RGB

 RED value IS 180 (70.7% from 255) = 39.65%

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

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

R = 39.65%
G = 11.45%
B = 48.9%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B434DE (or 0xB434DE) is known color: Dark Orchid. HEX triplet: B4, 34 and DE. RGB value is (180,52,222). Sum of RGB (Red+Green+Blue) = 180+52+222=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #B434DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434DE is #4BCB21. Grayscale: #6D6D6D. Windows color (decimal): -4967202 or 14562484. OLE color: 14562484.

HSL color Cylindrical-coordinate representation of color #B434DE: hue angle of 285.18º degrees, saturation: 0.72, 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 #B434DE is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 52 222 -
CMYK 0.19 0.77 0 0.13
HSL 285.18º 0.72% 0.54% -
HSV(B) 285.18º 0.77% 0.87% -
XYZ 33.24 17.43 70.72 -
YUV 109.65 191.41 178.18 -
System Red Green Blue C M Y K H S L
Decimal 180 52 222 0.19 0.77 0 0.13 285.18 0.72 0.54
Hex B4 34 DE 13 4D 0 D 11D 48 36
Octal 264 64 336 23 115 0 15 435 110 66
Binary 10110100 110100 11011110 10011 1001101 0 1101 100011101 1001000 110110

Color Harmonies of #B434DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B434DE

Black with #B434DE

Text Example


Text Example

White with #B434DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B434DE; }

 p { color: rgb(180,52,222); }

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

background-color css

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

 a { background-color: rgb(180,52,222); }

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

border-color css

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

 span { border-color: rgb(180,52,222); }

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