Html Css Color HEX #B435EA Dark Orchid

📋 copy color: '#B435EA'

red 180 ◦ green 53 ◦ blue 234

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

Shades of Dark Orchid #B435EA

Tints of Dark Orchid #B435EA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.35%

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 38.54%
G = 11.35%
B = 50.11%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B435EA (or 0xB435EA) is known color: Dark Orchid. HEX triplet: B4, 35 and EA. RGB value is (180,53,234). Sum of RGB (Red+Green+Blue) = 180+53+234=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #B435EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B435EA is #4BCA15. Grayscale: #6F6F6F. Windows color (decimal): -4966934 or 15349172. OLE color: 15349172.

HSL color Cylindrical-coordinate representation of color #B435EA: hue angle of 282.1º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B435EA is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 53 234 -
CMYK 0.23 0.77 0 0.08
HSL 282.1º 0.81% 0.56% -
HSV(B) 282.1º 0.77% 0.92% -
XYZ 34.95 18.19 79.51 -
YUV 111.61 197.08 176.78 -
System Red Green Blue C M Y K H S L
Decimal 180 53 234 0.23 0.77 0 0.08 282.1 0.81 0.56
Hex B4 35 EA 17 4D 0 8 11A 51 38
Octal 264 65 352 27 115 0 10 432 121 70
Binary 10110100 110101 11101010 10111 1001101 0 1000 100011010 1010001 111000

Color Harmonies of #B435EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B435EA

Black with #B435EA

Text Example


Text Example

White with #B435EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B435EA; }

 p { color: rgb(180,53,234); }

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

background-color css

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

 a { background-color: rgb(180,53,234); }

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

border-color css

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

 span { border-color: rgb(180,53,234); }

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