Html Css Color HEX #B434EC Dark Orchid

📋 copy color: '#B434EC'

red 180 ◦ green 52 ◦ blue 236

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

Shades of Dark Orchid #B434EC

Tints of Dark Orchid #B434EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 38.46%
G = 11.11%
B = 50.43%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B434EC (or 0xB434EC) is known color: Dark Orchid. HEX triplet: B4, 34 and EC. RGB value is (180,52,236). Sum of RGB (Red+Green+Blue) = 180+52+236=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #B434EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B434EC is #4BCB13. Grayscale: #6E6E6E. Windows color (decimal): -4967188 or 15479988. OLE color: 15479988.

HSL color Cylindrical-coordinate representation of color #B434EC: hue angle of 281.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B434EC is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 52 236 -
CMYK 0.24 0.78 0 0.07
HSL 281.74º 0.83% 0.56% -
HSV(B) 281.74º 0.78% 0.93% -
XYZ 35.19 18.22 81.02 -
YUV 111.25 198.41 177.04 -
System Red Green Blue C M Y K H S L
Decimal 180 52 236 0.24 0.78 0 0.07 281.74 0.83 0.56
Hex B4 34 EC 18 4E 0 7 11A 53 38
Octal 264 64 354 30 116 0 7 432 123 70
Binary 10110100 110100 11101100 11000 1001110 0 111 100011010 1010011 111000

Color Harmonies of #B434EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B434EC

Black with #B434EC

Text Example


Text Example

White with #B434EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B434EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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