Html Css Color HEX #B430EA Dark Orchid

📋 copy color: '#B430EA'

red 180 ◦ green 48 ◦ blue 234

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

Shades of Dark Orchid #B430EA

Tints of Dark Orchid #B430EA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.39%

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

R = 38.96%
G = 10.39%
B = 50.65%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B430EA (or 0xB430EA) is known color: Dark Orchid. HEX triplet: B4, 30 and EA. RGB value is (180,48,234). Sum of RGB (Red+Green+Blue) = 180+48+234=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #B430EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B430EA is #4BCF15. Grayscale: #6C6C6C. Windows color (decimal): -4968214 or 15347892. OLE color: 15347892.

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

Color convert

RGB 180 48 234 -
CMYK 0.23 0.79 0 0.08
HSL 282.58º 0.82% 0.55% -
HSV(B) 282.58º 0.79% 0.92% -
XYZ 34.73 17.76 79.44 -
YUV 108.67 198.73 178.88 -
System Red Green Blue C M Y K H S L
Decimal 180 48 234 0.23 0.79 0 0.08 282.58 0.82 0.55
Hex B4 30 EA 17 4F 0 8 11B 52 37
Octal 264 60 352 27 117 0 10 433 122 67
Binary 10110100 110000 11101010 10111 1001111 0 1000 100011011 1010010 110111

Color Harmonies of #B430EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430EA

Black with #B430EA

Text Example


Text Example

White with #B430EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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