Html Css Color HEX #B434E0 Dark Orchid

📋 copy color: '#B434E0'

red 180 ◦ green 52 ◦ blue 224

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

Shades of Dark Orchid #B434E0

Tints of Dark Orchid #B434E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.12%

R = 39.47%
G = 11.4%
B = 49.12%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B434E0 (or 0xB434E0) is known color: Dark Orchid. HEX triplet: B4, 34 and E0. RGB value is (180,52,224). Sum of RGB (Red+Green+Blue) = 180+52+224=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #B434E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434E0 is #4BCB1F. Grayscale: #6D6D6D. Windows color (decimal): -4967200 or 14693556. OLE color: 14693556.

HSL color Cylindrical-coordinate representation of color #B434E0: hue angle of 284.65º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B434E0 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 52 224 -
CMYK 0.20 0.77 0 0.12
HSL 284.65º 0.74% 0.54% -
HSV(B) 284.65º 0.77% 0.88% -
XYZ 33.5 17.54 72.14 -
YUV 109.88 192.41 178.01 -
System Red Green Blue C M Y K H S L
Decimal 180 52 224 0.20 0.77 0 0.12 284.65 0.74 0.54
Hex B4 34 E0 14 4D 0 C 11D 4A 36
Octal 264 64 340 24 115 0 14 435 112 66
Binary 10110100 110100 11100000 10100 1001101 0 1100 100011101 1001010 110110

Color Harmonies of #B434E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B434E0

Black with #B434E0

Text Example


Text Example

White with #B434E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B434E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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