Html Css Color HEX #B632D2 Dark Orchid

📋 copy color: '#B632D2'

red 182 ◦ green 50 ◦ blue 210

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

Shades of Dark Orchid #B632D2

Tints of Dark Orchid #B632D2

RGB

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

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

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

R = 41.18%
G = 11.31%
B = 47.51%

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

#B632D2 (or 0xB632D2) is known color: Dark Orchid. HEX triplet: B6, 32 and D2. RGB value is (182,50,210). Sum of RGB (Red+Green+Blue) = 182+50+210=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 210 (82.42% from 255 or 47.51% from 442); Max value from RGB is 210 - color contains mainly: blue. Hex color #B632D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632D2 is #49CD2D. Grayscale: #6B6B6B. Windows color (decimal): -4836654 or 13775542. OLE color: 13775542.

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

Color convert

RGB 182 50 210 -
CMYK 0.13 0.76 0 0.18
HSL 289.5º 0.64% 0.51% -
HSV(B) 289.5º 0.76% 0.82% -
XYZ 32.06 16.88 62.54 -
YUV 107.71 185.73 180.99 -
System Red Green Blue C M Y K H S L
Decimal 182 50 210 0.13 0.76 0 0.18 289.5 0.64 0.51
Hex B6 32 D2 D 4C 0 12 122 40 33
Octal 266 62 322 15 114 0 22 442 100 63
Binary 10110110 110010 11010010 1101 1001100 0 10010 100100010 1000000 110011

Color Harmonies of #B632D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632D2

Black with #B632D2

Text Example


Text Example

White with #B632D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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