Html Css Color HEX #B731E8 Dark Orchid

📋 copy color: '#B731E8'

red 183 ◦ green 49 ◦ blue 232

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

Shades of Dark Orchid #B731E8

Tints of Dark Orchid #B731E8

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.56%

 BLUE value IS 232 (91.02% from 255) = 50%

R = 39.44%
G = 10.56%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B731E8 (or 0xB731E8) is known color: Dark Orchid. HEX triplet: B7, 31 and E8. RGB value is (183,49,232). Sum of RGB (Red+Green+Blue) = 183+49+232=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #B731E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B731E8 is #48CE17. Grayscale: #6D6D6D. Windows color (decimal): -4771352 or 15217079. OLE color: 15217079.

HSL color Cylindrical-coordinate representation of color #B731E8: hue angle of 283.93º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B731E8 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 49 232 -
CMYK 0.21 0.79 0 0.09
HSL 283.93º 0.8% 0.55% -
HSV(B) 283.93º 0.79% 0.91% -
XYZ 35.19 18.09 77.98 -
YUV 109.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 183 49 232 0.21 0.79 0 0.09 283.93 0.8 0.55
Hex B7 31 E8 15 4F 0 9 11C 50 37
Octal 267 61 350 25 117 0 11 434 120 67
Binary 10110111 110001 11101000 10101 1001111 0 1001 100011100 1010000 110111

Color Harmonies of #B731E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731E8

Black with #B731E8

Text Example


Text Example

White with #B731E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731E8; }

 p { color: rgb(183,49,232); }

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

background-color css

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

 a { background-color: rgb(183,49,232); }

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

border-color css

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

 span { border-color: rgb(183,49,232); }

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