Html Css Color HEX #B633DC Dark Orchid

📋 copy color: '#B633DC'

red 182 ◦ green 51 ◦ blue 220

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

Shades of Dark Orchid #B633DC

Tints of Dark Orchid #B633DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 40.18%
G = 11.26%
B = 48.57%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B633DC (or 0xB633DC) is known color: Dark Orchid. HEX triplet: B6, 33 and DC. RGB value is (182,51,220). Sum of RGB (Red+Green+Blue) = 182+51+220=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #B633DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633DC is #49CC23. Grayscale: #6C6C6C. Windows color (decimal): -4836388 or 14431158. OLE color: 14431158.

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

Color convert

RGB 182 51 220 -
CMYK 0.17 0.77 0 0.14
HSL 286.51º 0.71% 0.53% -
HSV(B) 286.51º 0.77% 0.86% -
XYZ 33.39 17.48 69.32 -
YUV 109.44 190.4 179.76 -
System Red Green Blue C M Y K H S L
Decimal 182 51 220 0.17 0.77 0 0.14 286.51 0.71 0.53
Hex B6 33 DC 11 4D 0 E 11F 47 35
Octal 266 63 334 21 115 0 16 437 107 65
Binary 10110110 110011 11011100 10001 1001101 0 1110 100011111 1000111 110101

Color Harmonies of #B633DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B633DC

Black with #B633DC

Text Example


Text Example

White with #B633DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B633DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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