Html Css Color HEX #B72FDF Dark Orchid

📋 copy color: '#B72FDF'

red 183 ◦ green 47 ◦ blue 223

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

Shades of Dark Orchid #B72FDF

Tints of Dark Orchid #B72FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.38%

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 40.4%
G = 10.38%
B = 49.23%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B72FDF (or 0xB72FDF) is known color: Dark Orchid. HEX triplet: B7, 2F and DF. RGB value is (183,47,223). Sum of RGB (Red+Green+Blue) = 183+47+223=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #B72FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72FDF is #48D020. Grayscale: #6B6B6B. Windows color (decimal): -4771873 or 14626743. OLE color: 14626743.

HSL color Cylindrical-coordinate representation of color #B72FDF: hue angle of 286.36º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72FDF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 47 223 -
CMYK 0.18 0.79 0 0.13
HSL 286.36º 0.73% 0.53% -
HSV(B) 286.36º 0.79% 0.87% -
XYZ 33.86 17.43 71.39 -
YUV 107.73 193.06 181.69 -
System Red Green Blue C M Y K H S L
Decimal 183 47 223 0.18 0.79 0 0.13 286.36 0.73 0.53
Hex B7 2F DF 12 4F 0 D 11E 49 35
Octal 267 57 337 22 117 0 15 436 111 65
Binary 10110111 101111 11011111 10010 1001111 0 1101 100011110 1001001 110101

Color Harmonies of #B72FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72FDF

Black with #B72FDF

Text Example


Text Example

White with #B72FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72FDF; }

 p { color: rgb(183,47,223); }

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

background-color css

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

 a { background-color: rgb(183,47,223); }

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

border-color css

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

 span { border-color: rgb(183,47,223); }

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