Html Css Color HEX #B531CF Dark Orchid

📋 copy color: '#B531CF'

red 181 ◦ green 49 ◦ blue 207

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

Shades of Dark Orchid #B531CF

Tints of Dark Orchid #B531CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.21%

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 41.42%
G = 11.21%
B = 47.37%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B531CF (or 0xB531CF) is known color: Dark Orchid. HEX triplet: B5, 31 and CF. RGB value is (181,49,207). Sum of RGB (Red+Green+Blue) = 181+49+207=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #B531CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531CF is #4ACE30. Grayscale: #696969. Windows color (decimal): -4902449 or 13578677. OLE color: 13578677.

HSL color Cylindrical-coordinate representation of color #B531CF: hue angle of 290.13º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B531CF is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 49 207 -
CMYK 0.13 0.76 0 0.19
HSL 290.13º 0.62% 0.5% -
HSV(B) 290.13º 0.76% 0.81% -
XYZ 31.42 16.53 60.57 -
YUV 106.48 184.73 181.15 -
System Red Green Blue C M Y K H S L
Decimal 181 49 207 0.13 0.76 0 0.19 290.13 0.62 0.5
Hex B5 31 CF D 4C 0 13 122 3E 32
Octal 265 61 317 15 114 0 23 442 76 62
Binary 10110101 110001 11001111 1101 1001100 0 10011 100100010 111110 110010

Color Harmonies of #B531CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531CF

Black with #B531CF

Text Example


Text Example

White with #B531CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531CF; }

 p { color: rgb(181,49,207); }

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

background-color css

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

 a { background-color: rgb(181,49,207); }

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

border-color css

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

 span { border-color: rgb(181,49,207); }

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