Html Css Color HEX #B632DF Dark Orchid

📋 copy color: '#B632DF'

red 182 ◦ green 50 ◦ blue 223

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

Shades of Dark Orchid #B632DF

Tints of Dark Orchid #B632DF

RGB

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

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

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

R = 40%
G = 10.99%
B = 49.01%

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

#B632DF (or 0xB632DF) is known color: Dark Orchid. HEX triplet: B6, 32 and DF. RGB value is (182,50,223). Sum of RGB (Red+Green+Blue) = 182+50+223=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #B632DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632DF is #49CD20. Grayscale: #6C6C6C. Windows color (decimal): -4836641 or 14627510. OLE color: 14627510.

HSL color Cylindrical-coordinate representation of color #B632DF: hue angle of 285.78º 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 #B632DF is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 50 223 -
CMYK 0.18 0.78 0 0.13
HSL 285.78º 0.73% 0.54% -
HSV(B) 285.78º 0.78% 0.87% -
XYZ 33.75 17.55 71.42 -
YUV 109.19 192.23 179.93 -
System Red Green Blue C M Y K H S L
Decimal 182 50 223 0.18 0.78 0 0.13 285.78 0.73 0.54
Hex B6 32 DF 12 4E 0 D 11E 49 36
Octal 266 62 337 22 116 0 15 436 111 66
Binary 10110110 110010 11011111 10010 1001110 0 1101 100011110 1001001 110110

Color Harmonies of #B632DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632DF

Black with #B632DF

Text Example


Text Example

White with #B632DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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