Html Css Color HEX #B530EC Dark Orchid

📋 copy color: '#B530EC'

red 181 ◦ green 48 ◦ blue 236

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

Shades of Dark Orchid #B530EC

Tints of Dark Orchid #B530EC

RGB

 RED value IS 181 (71.09% from 255) = 38.92%

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

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

R = 38.92%
G = 10.32%
B = 50.75%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B530EC (or 0xB530EC) is known color: Dark Orchid. HEX triplet: B5, 30 and EC. RGB value is (181,48,236). Sum of RGB (Red+Green+Blue) = 181+48+236=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #B530EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B530EC is #4ACF13. Grayscale: #6C6C6C. Windows color (decimal): -4902676 or 15478965. OLE color: 15478965.

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

Color convert

RGB 181 48 236 -
CMYK 0.23 0.80 0 0.07
HSL 282.45º 0.83% 0.56% -
HSV(B) 282.45º 0.8% 0.93% -
XYZ 35.25 17.99 80.97 -
YUV 109.2 199.56 179.21 -
System Red Green Blue C M Y K H S L
Decimal 181 48 236 0.23 0.80 0 0.07 282.45 0.83 0.56
Hex B5 30 EC 17 50 0 7 11A 53 38
Octal 265 60 354 27 120 0 7 432 123 70
Binary 10110101 110000 11101100 10111 1010000 0 111 100011010 1010011 111000

Color Harmonies of #B530EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B530EC

Black with #B530EC

Text Example


Text Example

White with #B530EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B530EC; }

 p { color: rgb(181,48,236); }

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

background-color css

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

 a { background-color: rgb(181,48,236); }

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

border-color css

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

 span { border-color: rgb(181,48,236); }

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