Html Css Color HEX #B732DF Dark Orchid

📋 copy color: '#B732DF'

red 183 ◦ green 50 ◦ blue 223

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

Shades of Dark Orchid #B732DF

Tints of Dark Orchid #B732DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 40.13%
G = 10.96%
B = 48.9%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B732DF (or 0xB732DF) is known color: Dark Orchid. HEX triplet: B7, 32 and DF. RGB value is (183,50,223). Sum of RGB (Red+Green+Blue) = 183+50+223=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #B732DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732DF is #48CD20. Grayscale: #6C6C6C. Windows color (decimal): -4771105 or 14627511. OLE color: 14627511.

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

Color convert

RGB 183 50 223 -
CMYK 0.18 0.78 0 0.13
HSL 286.13º 0.73% 0.54% -
HSV(B) 286.13º 0.78% 0.87% -
XYZ 33.99 17.68 71.43 -
YUV 109.49 192.06 180.43 -
System Red Green Blue C M Y K H S L
Decimal 183 50 223 0.18 0.78 0 0.13 286.13 0.73 0.54
Hex B7 32 DF 12 4E 0 D 11E 49 36
Octal 267 62 337 22 116 0 15 436 111 66
Binary 10110111 110010 11011111 10010 1001110 0 1101 100011110 1001001 110110

Color Harmonies of #B732DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732DF

Black with #B732DF

Text Example


Text Example

White with #B732DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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