Html Css Color HEX #B731DD Dark Orchid

📋 copy color: '#B731DD'

red 183 ◦ green 49 ◦ blue 221

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

Shades of Dark Orchid #B731DD

Tints of Dark Orchid #B731DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 40.4%
G = 10.82%
B = 48.79%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B731DD (or 0xB731DD) is known color: Dark Orchid. HEX triplet: B7, 31 and DD. RGB value is (183,49,221). Sum of RGB (Red+Green+Blue) = 183+49+221=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #B731DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731DD is #48CE22. Grayscale: #6C6C6C. Windows color (decimal): -4771363 or 14496183. OLE color: 14496183.

HSL color Cylindrical-coordinate representation of color #B731DD: hue angle of 286.74º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B731DD is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 49 221 -
CMYK 0.17 0.78 0 0.13
HSL 286.74º 0.72% 0.53% -
HSV(B) 286.74º 0.78% 0.87% -
XYZ 33.68 17.48 70.01 -
YUV 108.67 191.39 181.01 -
System Red Green Blue C M Y K H S L
Decimal 183 49 221 0.17 0.78 0 0.13 286.74 0.72 0.53
Hex B7 31 DD 11 4E 0 D 11F 48 35
Octal 267 61 335 21 116 0 15 437 110 65
Binary 10110111 110001 11011101 10001 1001110 0 1101 100011111 1001000 110101

Color Harmonies of #B731DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731DD

Black with #B731DD

Text Example


Text Example

White with #B731DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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