Html Css Color HEX #B72EF2 Dark Orchid

📋 copy color: '#B72EF2'

red 183 ◦ green 46 ◦ blue 242

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

Shades of Dark Orchid #B72EF2

Tints of Dark Orchid #B72EF2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.77%

 BLUE value IS 242 (94.92% from 255) = 51.38%

R = 38.85%
G = 9.77%
B = 51.38%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B72EF2 (or 0xB72EF2) is known color: Dark Orchid. HEX triplet: B7, 2E and F2. RGB value is (183,46,242). Sum of RGB (Red+Green+Blue) = 183+46+242=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #B72EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72EF2 is #48D10D. Grayscale: #6C6C6C. Windows color (decimal): -4772110 or 15871671. OLE color: 15871671.

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

Color convert

RGB 183 46 242 -
CMYK 0.24 0.81 0 0.05
HSL 281.94º 0.88% 0.56% -
HSV(B) 281.94º 0.81% 0.95% -
XYZ 36.53 18.43 85.64 -
YUV 109.31 202.89 180.56 -
System Red Green Blue C M Y K H S L
Decimal 183 46 242 0.24 0.81 0 0.05 281.94 0.88 0.56
Hex B7 2E F2 18 51 0 5 11A 58 38
Octal 267 56 362 30 121 0 5 432 130 70
Binary 10110111 101110 11110010 11000 1010001 0 101 100011010 1011000 111000

Color Harmonies of #B72EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72EF2

Black with #B72EF2

Text Example


Text Example

White with #B72EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72EF2; }

 p { color: rgb(183,46,242); }

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

background-color css

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

 a { background-color: rgb(183,46,242); }

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

border-color css

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

 span { border-color: rgb(183,46,242); }

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