Html Css Color HEX #B633D1 Dark Orchid

📋 copy color: '#B633D1'

red 182 ◦ green 51 ◦ blue 209

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

Shades of Dark Orchid #B633D1

Tints of Dark Orchid #B633D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.29%

R = 41.18%
G = 11.54%
B = 47.29%

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

#B633D1 (or 0xB633D1) is known color: Dark Orchid. HEX triplet: B6, 33 and D1. RGB value is (182,51,209). Sum of RGB (Red+Green+Blue) = 182+51+209=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #B633D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633D1 is #49CC2E. Grayscale: #6B6B6B. Windows color (decimal): -4836399 or 13710262. OLE color: 13710262.

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

Color convert

RGB 182 51 209 -
CMYK 0.13 0.76 0 0.18
HSL 289.75º 0.63% 0.51% -
HSV(B) 289.75º 0.76% 0.82% -
XYZ 31.98 16.92 61.9 -
YUV 108.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 182 51 209 0.13 0.76 0 0.18 289.75 0.63 0.51
Hex B6 33 D1 D 4C 0 12 122 3F 33
Octal 266 63 321 15 114 0 22 442 77 63
Binary 10110110 110011 11010001 1101 1001100 0 10010 100100010 111111 110011

Color Harmonies of #B633D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B633D1

Black with #B633D1

Text Example


Text Example

White with #B633D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B633D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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