Html Css Color HEX #B732D8 Dark Orchid

📋 copy color: '#B732D8'

red 183 ◦ green 50 ◦ blue 216

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

Shades of Dark Orchid #B732D8

Tints of Dark Orchid #B732D8

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.14%

 BLUE value IS 216 (84.77% from 255) = 48.11%

R = 40.76%
G = 11.14%
B = 48.11%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B732D8 (or 0xB732D8) is known color: Dark Orchid. HEX triplet: B7, 32 and D8. RGB value is (183,50,216). Sum of RGB (Red+Green+Blue) = 183+50+216=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #B732D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732D8 is #48CD27. Grayscale: #6C6C6C. Windows color (decimal): -4771112 or 14168759. OLE color: 14168759.

HSL color Cylindrical-coordinate representation of color #B732D8: hue angle of 288.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B732D8 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 50 216 -
CMYK 0.15 0.77 0 0.15
HSL 288.07º 0.68% 0.52% -
HSV(B) 288.07º 0.77% 0.85% -
XYZ 33.06 17.31 66.56 -
YUV 108.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 183 50 216 0.15 0.77 0 0.15 288.07 0.68 0.52
Hex B7 32 D8 F 4D 0 F 120 44 34
Octal 267 62 330 17 115 0 17 440 104 64
Binary 10110111 110010 11011000 1111 1001101 0 1111 100100000 1000100 110100

Color Harmonies of #B732D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732D8

Black with #B732D8

Text Example


Text Example

White with #B732D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732D8; }

 p { color: rgb(183,50,216); }

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

background-color css

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

 a { background-color: rgb(183,50,216); }

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

border-color css

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

 span { border-color: rgb(183,50,216); }

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