Html Css Color HEX #B632D9 Dark Orchid

📋 copy color: '#B632D9'

red 182 ◦ green 50 ◦ blue 217

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

Shades of Dark Orchid #B632D9

Tints of Dark Orchid #B632D9

RGB

 RED value IS 182 (71.48% from 255) = 40.53%

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

 BLUE value IS 217 (85.16% from 255) = 48.33%

R = 40.53%
G = 11.14%
B = 48.33%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B632D9 (or 0xB632D9) is known color: Dark Orchid. HEX triplet: B6, 32 and D9. RGB value is (182,50,217). Sum of RGB (Red+Green+Blue) = 182+50+217=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #B632D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632D9 is #49CD26. Grayscale: #6B6B6B. Windows color (decimal): -4836647 or 14234294. OLE color: 14234294.

HSL color Cylindrical-coordinate representation of color #B632D9: hue angle of 287.43º degrees, saturation: 0.69, 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 #B632D9 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 50 217 -
CMYK 0.16 0.77 0 0.15
HSL 287.43º 0.69% 0.52% -
HSV(B) 287.43º 0.77% 0.85% -
XYZ 32.96 17.24 67.24 -
YUV 108.51 189.23 180.42 -
System Red Green Blue C M Y K H S L
Decimal 182 50 217 0.16 0.77 0 0.15 287.43 0.69 0.52
Hex B6 32 D9 10 4D 0 F 11F 45 34
Octal 266 62 331 20 115 0 17 437 105 64
Binary 10110110 110010 11011001 10000 1001101 0 1111 100011111 1000101 110100

Color Harmonies of #B632D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632D9

Black with #B632D9

Text Example


Text Example

White with #B632D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632D9; }

 p { color: rgb(182,50,217); }

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

background-color css

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

 a { background-color: rgb(182,50,217); }

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

border-color css

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

 span { border-color: rgb(182,50,217); }

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