Html Css Color HEX #B530C7 Dark Orchid

📋 copy color: '#B530C7'

red 181 ◦ green 48 ◦ blue 199

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

Shades of Dark Orchid #B530C7

Tints of Dark Orchid #B530C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.5%

R = 42.29%
G = 11.21%
B = 46.5%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B530C7 (or 0xB530C7) is known color: Dark Orchid. HEX triplet: B5, 30 and C7. RGB value is (181,48,199). Sum of RGB (Red+Green+Blue) = 181+48+199=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #B530C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530C7 is #4ACF38. Grayscale: #686868. Windows color (decimal): -4902713 or 13054133. OLE color: 13054133.

HSL color Cylindrical-coordinate representation of color #B530C7: hue angle of 292.85º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B530C7 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 48 199 -
CMYK 0.09 0.76 0 0.22
HSL 292.85º 0.61% 0.48% -
HSV(B) 292.85º 0.76% 0.78% -
XYZ 30.42 16.06 55.53 -
YUV 104.98 181.06 182.22 -
System Red Green Blue C M Y K H S L
Decimal 181 48 199 0.09 0.76 0 0.22 292.85 0.61 0.48
Hex B5 30 C7 9 4C 0 16 125 3D 30
Octal 265 60 307 11 114 0 26 445 75 60
Binary 10110101 110000 11000111 1001 1001100 0 10110 100100101 111101 110000

Color Harmonies of #B530C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B530C7

Black with #B530C7

Text Example


Text Example

White with #B530C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B530C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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