Html Css Color HEX #B72BE1 Dark Orchid

📋 copy color: '#B72BE1'

red 183 ◦ green 43 ◦ blue 225

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

Shades of Dark Orchid #B72BE1

Tints of Dark Orchid #B72BE1

RGB

 RED value IS 183 (71.88% from 255) = 40.58%

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

 BLUE value IS 225 (88.28% from 255) = 49.89%

R = 40.58%
G = 9.53%
B = 49.89%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B72BE1 (or 0xB72BE1) is known color: Dark Orchid. HEX triplet: B7, 2B and E1. RGB value is (183,43,225). Sum of RGB (Red+Green+Blue) = 183+43+225=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #B72BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BE1 is #48D41E. Grayscale: #696969. Windows color (decimal): -4772895 or 14756791. OLE color: 14756791.

HSL color Cylindrical-coordinate representation of color #B72BE1: hue angle of 286.15º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72BE1 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 43 225 -
CMYK 0.19 0.81 0 0.12
HSL 286.15º 0.75% 0.53% -
HSV(B) 286.15º 0.81% 0.88% -
XYZ 33.98 17.23 72.77 -
YUV 105.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 183 43 225 0.19 0.81 0 0.12 286.15 0.75 0.53
Hex B7 2B E1 13 51 0 C 11E 4B 35
Octal 267 53 341 23 121 0 14 436 113 65
Binary 10110111 101011 11100001 10011 1010001 0 1100 100011110 1001011 110101

Color Harmonies of #B72BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72BE1

Black with #B72BE1

Text Example


Text Example

White with #B72BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72BE1; }

 p { color: rgb(183,43,225); }

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

background-color css

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

 a { background-color: rgb(183,43,225); }

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

border-color css

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

 span { border-color: rgb(183,43,225); }

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