Html Css Color HEX #B532CF Dark Orchid

📋 copy color: '#B532CF'

red 181 ◦ green 50 ◦ blue 207

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

Shades of Dark Orchid #B532CF

Tints of Dark Orchid #B532CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.42%

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

R = 41.32%
G = 11.42%
B = 47.26%

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

#B532CF (or 0xB532CF) is known color: Dark Orchid. HEX triplet: B5, 32 and CF. RGB value is (181,50,207). Sum of RGB (Red+Green+Blue) = 181+50+207=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #B532CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532CF is #4ACD30. Grayscale: #6A6A6A. Windows color (decimal): -4902193 or 13578933. OLE color: 13578933.

HSL color Cylindrical-coordinate representation of color #B532CF: hue angle of 290.06º 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 #B532CF is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 50 207 -
CMYK 0.13 0.76 0 0.19
HSL 290.06º 0.62% 0.5% -
HSV(B) 290.06º 0.76% 0.81% -
XYZ 31.46 16.61 60.58 -
YUV 107.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 181 50 207 0.13 0.76 0 0.19 290.06 0.62 0.5
Hex B5 32 CF D 4C 0 13 122 3E 32
Octal 265 62 317 15 114 0 23 442 76 62
Binary 10110101 110010 11001111 1101 1001100 0 10011 100100010 111110 110010

Color Harmonies of #B532CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532CF

Black with #B532CF

Text Example


Text Example

White with #B532CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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