Html Css Color HEX #B633CE Dark Orchid

📋 copy color: '#B633CE'

red 182 ◦ green 51 ◦ blue 206

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

Shades of Dark Orchid #B633CE

Tints of Dark Orchid #B633CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 41.46%
G = 11.62%
B = 46.92%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B633CE (or 0xB633CE) is known color: Dark Orchid. HEX triplet: B6, 33 and CE. RGB value is (182,51,206). Sum of RGB (Red+Green+Blue) = 182+51+206=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #B633CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633CE is #49CC31. Grayscale: #6B6B6B. Windows color (decimal): -4836402 or 13513654. OLE color: 13513654.

HSL color Cylindrical-coordinate representation of color #B633CE: hue angle of 290.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B633CE is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 51 206 -
CMYK 0.12 0.75 0 0.19
HSL 290.71º 0.61% 0.5% -
HSV(B) 290.71º 0.75% 0.81% -
XYZ 31.62 16.77 59.96 -
YUV 107.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 182 51 206 0.12 0.75 0 0.19 290.71 0.61 0.5
Hex B6 33 CE C 4B 0 13 123 3D 32
Octal 266 63 316 14 113 0 23 443 75 62
Binary 10110110 110011 11001110 1100 1001011 0 10011 100100011 111101 110010

Color Harmonies of #B633CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B633CE

Black with #B633CE

Text Example


Text Example

White with #B633CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B633CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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