Html Css Color HEX #B632D0 Dark Orchid

📋 copy color: '#B632D0'

red 182 ◦ green 50 ◦ blue 208

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

Shades of Dark Orchid #B632D0

Tints of Dark Orchid #B632D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.27%

R = 41.36%
G = 11.36%
B = 47.27%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B632D0 (or 0xB632D0) is known color: Dark Orchid. HEX triplet: B6, 32 and D0. RGB value is (182,50,208). Sum of RGB (Red+Green+Blue) = 182+50+208=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #B632D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632D0 is #49CD2F. Grayscale: #6A6A6A. Windows color (decimal): -4836656 or 13644470. OLE color: 13644470.

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

Color convert

RGB 182 50 208 -
CMYK 0.12 0.76 0 0.18
HSL 290.13º 0.63% 0.51% -
HSV(B) 290.13º 0.76% 0.82% -
XYZ 31.82 16.78 61.24 -
YUV 107.48 184.73 181.15 -
System Red Green Blue C M Y K H S L
Decimal 182 50 208 0.12 0.76 0 0.18 290.13 0.63 0.51
Hex B6 32 D0 C 4C 0 12 122 3F 33
Octal 266 62 320 14 114 0 22 442 77 63
Binary 10110110 110010 11010000 1100 1001100 0 10010 100100010 111111 110011

Color Harmonies of #B632D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632D0

Black with #B632D0

Text Example


Text Example

White with #B632D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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