Html Css Color HEX #B731CD Dark Orchid

📋 copy color: '#B731CD'

red 183 ◦ green 49 ◦ blue 205

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

Shades of Dark Orchid #B731CD

Tints of Dark Orchid #B731CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 41.88%
G = 11.21%
B = 46.91%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B731CD (or 0xB731CD) is known color: Dark Orchid. HEX triplet: B7, 31 and CD. RGB value is (183,49,205). Sum of RGB (Red+Green+Blue) = 183+49+205=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #B731CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731CD is #48CE32. Grayscale: #6A6A6A. Windows color (decimal): -4771379 or 13447607. OLE color: 13447607.

HSL color Cylindrical-coordinate representation of color #B731CD: hue angle of 291.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B731CD is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 49 205 -
CMYK 0.11 0.76 0 0.20
HSL 291.54º 0.61% 0.5% -
HSV(B) 291.54º 0.76% 0.8% -
XYZ 31.65 16.67 59.31 -
YUV 106.85 183.39 182.32 -
System Red Green Blue C M Y K H S L
Decimal 183 49 205 0.11 0.76 0 0.20 291.54 0.61 0.5
Hex B7 31 CD B 4C 0 14 124 3D 32
Octal 267 61 315 13 114 0 24 444 75 62
Binary 10110111 110001 11001101 1011 1001100 0 10100 100100100 111101 110010

Color Harmonies of #B731CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731CD

Black with #B731CD

Text Example


Text Example

White with #B731CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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