Html Css Color HEX #B72FEA Dark Orchid

📋 copy color: '#B72FEA'

red 183 ◦ green 47 ◦ blue 234

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

Shades of Dark Orchid #B72FEA

Tints of Dark Orchid #B72FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 39.44%
G = 10.13%
B = 50.43%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B72FEA (or 0xB72FEA) is known color: Dark Orchid. HEX triplet: B7, 2F and EA. RGB value is (183,47,234). Sum of RGB (Red+Green+Blue) = 183+47+234=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #B72FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72FEA is #48D015. Grayscale: #6C6C6C. Windows color (decimal): -4771862 or 15347639. OLE color: 15347639.

HSL color Cylindrical-coordinate representation of color #B72FEA: hue angle of 283.64º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72FEA is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 47 234 -
CMYK 0.22 0.80 0 0.08
HSL 283.64º 0.82% 0.55% -
HSV(B) 283.64º 0.8% 0.92% -
XYZ 35.4 18.04 79.46 -
YUV 108.98 198.56 180.79 -
System Red Green Blue C M Y K H S L
Decimal 183 47 234 0.22 0.80 0 0.08 283.64 0.82 0.55
Hex B7 2F EA 16 50 0 8 11C 52 37
Octal 267 57 352 26 120 0 10 434 122 67
Binary 10110111 101111 11101010 10110 1010000 0 1000 100011100 1010010 110111

Color Harmonies of #B72FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72FEA

Black with #B72FEA

Text Example


Text Example

White with #B72FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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