Html Css Color HEX #B731ED Dark Orchid

📋 copy color: '#B731ED'

red 183 ◦ green 49 ◦ blue 237

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

Shades of Dark Orchid #B731ED

Tints of Dark Orchid #B731ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 39.02%
G = 10.45%
B = 50.53%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B731ED (or 0xB731ED) is known color: Dark Orchid. HEX triplet: B7, 31 and ED. RGB value is (183,49,237). Sum of RGB (Red+Green+Blue) = 183+49+237=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #B731ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B731ED is #48CE12. Grayscale: #6D6D6D. Windows color (decimal): -4771347 or 15544759. OLE color: 15544759.

HSL color Cylindrical-coordinate representation of color #B731ED: hue angle of 282.77º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B731ED is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 49 237 -
CMYK 0.23 0.79 0 0.07
HSL 282.77º 0.84% 0.56% -
HSV(B) 282.77º 0.79% 0.93% -
XYZ 35.91 18.38 81.78 -
YUV 110.5 199.39 179.71 -
System Red Green Blue C M Y K H S L
Decimal 183 49 237 0.23 0.79 0 0.07 282.77 0.84 0.56
Hex B7 31 ED 17 4F 0 7 11B 54 38
Octal 267 61 355 27 117 0 7 433 124 70
Binary 10110111 110001 11101101 10111 1001111 0 111 100011011 1010100 111000

Color Harmonies of #B731ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731ED

Black with #B731ED

Text Example


Text Example

White with #B731ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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