Html Css Color HEX #B633DA Dark Orchid

📋 copy color: '#B633DA'

red 182 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #B633DA

Tints of Dark Orchid #B633DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 40.35%
G = 11.31%
B = 48.34%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B633DA (or 0xB633DA) is known color: Dark Orchid. HEX triplet: B6, 33 and DA. RGB value is (182,51,218). Sum of RGB (Red+Green+Blue) = 182+51+218=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #B633DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633DA is #49CC25. Grayscale: #6C6C6C. Windows color (decimal): -4836390 or 14300086. OLE color: 14300086.

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

Color convert

RGB 182 51 218 -
CMYK 0.17 0.77 0 0.15
HSL 287.07º 0.69% 0.53% -
HSV(B) 287.07º 0.77% 0.85% -
XYZ 33.13 17.37 67.94 -
YUV 109.21 189.4 179.92 -
System Red Green Blue C M Y K H S L
Decimal 182 51 218 0.17 0.77 0 0.15 287.07 0.69 0.53
Hex B6 33 DA 11 4D 0 F 11F 45 35
Octal 266 63 332 21 115 0 17 437 105 65
Binary 10110110 110011 11011010 10001 1001101 0 1111 100011111 1000101 110101

Color Harmonies of #B633DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B633DA

Black with #B633DA

Text Example


Text Example

White with #B633DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B633DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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