Html Css Color HEX #B72DF0 Dark Orchid

📋 copy color: '#B72DF0'

red 183 ◦ green 45 ◦ blue 240

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

Shades of Dark Orchid #B72DF0

Tints of Dark Orchid #B72DF0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.62%

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 39.1%
G = 9.62%
B = 51.28%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B72DF0 (or 0xB72DF0) is known color: Dark Orchid. HEX triplet: B7, 2D and F0. RGB value is (183,45,240). Sum of RGB (Red+Green+Blue) = 183+45+240=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #B72DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72DF0 is #48D20F. Grayscale: #6B6B6B. Windows color (decimal): -4772368 or 15740343. OLE color: 15740343.

HSL color Cylindrical-coordinate representation of color #B72DF0: hue angle of 282.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72DF0 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 45 240 -
CMYK 0.24 0.81 0 0.06
HSL 282.46º 0.87% 0.56% -
HSV(B) 282.46º 0.81% 0.94% -
XYZ 36.2 18.24 84.05 -
YUV 108.49 202.22 181.14 -
System Red Green Blue C M Y K H S L
Decimal 183 45 240 0.24 0.81 0 0.06 282.46 0.87 0.56
Hex B7 2D F0 18 51 0 6 11A 57 38
Octal 267 55 360 30 121 0 6 432 127 70
Binary 10110111 101101 11110000 11000 1010001 0 110 100011010 1010111 111000

Color Harmonies of #B72DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72DF0

Black with #B72DF0

Text Example


Text Example

White with #B72DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72DF0; }

 p { color: rgb(183,45,240); }

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

background-color css

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

 a { background-color: rgb(183,45,240); }

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

border-color css

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

 span { border-color: rgb(183,45,240); }

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