Html Css Color HEX #B633DD Dark Orchid

📋 copy color: '#B633DD'

red 182 ◦ green 51 ◦ blue 221

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

Shades of Dark Orchid #B633DD

Tints of Dark Orchid #B633DD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.23%

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 40.09%
G = 11.23%
B = 48.68%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B633DD (or 0xB633DD) is known color: Dark Orchid. HEX triplet: B6, 33 and DD. RGB value is (182,51,221). Sum of RGB (Red+Green+Blue) = 182+51+221=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #B633DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633DD is #49CC22. Grayscale: #6D6D6D. Windows color (decimal): -4836387 or 14496694. OLE color: 14496694.

HSL color Cylindrical-coordinate representation of color #B633DD: hue angle of 286.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B633DD is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 51 221 -
CMYK 0.18 0.77 0 0.13
HSL 286.24º 0.71% 0.53% -
HSV(B) 286.24º 0.77% 0.87% -
XYZ 33.53 17.53 70.02 -
YUV 109.55 190.9 179.68 -
System Red Green Blue C M Y K H S L
Decimal 182 51 221 0.18 0.77 0 0.13 286.24 0.71 0.53
Hex B6 33 DD 12 4D 0 D 11E 47 35
Octal 266 63 335 22 115 0 15 436 107 65
Binary 10110110 110011 11011101 10010 1001101 0 1101 100011110 1000111 110101

Color Harmonies of #B633DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B633DD

Black with #B633DD

Text Example


Text Example

White with #B633DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B633DD; }

 p { color: rgb(182,51,221); }

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

background-color css

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

 a { background-color: rgb(182,51,221); }

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

border-color css

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

 span { border-color: rgb(182,51,221); }

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