Html Css Color HEX #B52BCF Dark Orchid

📋 copy color: '#B52BCF'

red 181 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #B52BCF

Tints of Dark Orchid #B52BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.98%

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

R = 42%
G = 9.98%
B = 48.03%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B52BCF (or 0xB52BCF) is known color: Dark Orchid. HEX triplet: B5, 2B and CF. RGB value is (181,43,207). Sum of RGB (Red+Green+Blue) = 181+43+207=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #B52BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BCF is #4AD430. Grayscale: #666666. Windows color (decimal): -4903985 or 13577141. OLE color: 13577141.

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

Color convert

RGB 181 43 207 -
CMYK 0.13 0.79 0 0.19
HSL 290.49º 0.66% 0.49% -
HSV(B) 290.49º 0.79% 0.81% -
XYZ 31.18 16.06 60.49 -
YUV 102.96 186.72 183.66 -
System Red Green Blue C M Y K H S L
Decimal 181 43 207 0.13 0.79 0 0.19 290.49 0.66 0.49
Hex B5 2B CF D 4F 0 13 122 42 31
Octal 265 53 317 15 117 0 23 442 102 61
Binary 10110101 101011 11001111 1101 1001111 0 10011 100100010 1000010 110001

Color Harmonies of #B52BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52BCF

Black with #B52BCF

Text Example


Text Example

White with #B52BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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