Html Css Color HEX #B732D2 Dark Orchid

📋 copy color: '#B732D2'

red 183 ◦ green 50 ◦ blue 210

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

Shades of Dark Orchid #B732D2

Tints of Dark Orchid #B732D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.4%

R = 41.31%
G = 11.29%
B = 47.4%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B732D2 (or 0xB732D2) is known color: Dark Orchid. HEX triplet: B7, 32 and D2. RGB value is (183,50,210). Sum of RGB (Red+Green+Blue) = 183+50+210=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 210 (82.42% from 255 or 47.40% from 443); Max value from RGB is 210 - color contains mainly: blue. Hex color #B732D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732D2 is #48CD2D. Grayscale: #6B6B6B. Windows color (decimal): -4771118 or 13775543. OLE color: 13775543.

HSL color Cylindrical-coordinate representation of color #B732D2: hue angle of 289.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B732D2 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 50 210 -
CMYK 0.13 0.76 0 0.18
HSL 289.88º 0.64% 0.51% -
HSV(B) 289.88º 0.76% 0.82% -
XYZ 32.3 17 62.55 -
YUV 108.01 185.56 181.49 -
System Red Green Blue C M Y K H S L
Decimal 183 50 210 0.13 0.76 0 0.18 289.88 0.64 0.51
Hex B7 32 D2 D 4C 0 12 122 40 33
Octal 267 62 322 15 114 0 22 442 100 63
Binary 10110111 110010 11010010 1101 1001100 0 10010 100100010 1000000 110011

Color Harmonies of #B732D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732D2

Black with #B732D2

Text Example


Text Example

White with #B732D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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