Html Css Color HEX #B655DE Medium Orchid

📋 copy color: '#B655DE'

red 182 ◦ green 85 ◦ blue 222

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

Shades of Medium Orchid #B655DE

Tints of Medium Orchid #B655DE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.38%

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 37.22%
G = 17.38%
B = 45.4%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B655DE (or 0xB655DE) is known color: Medium Orchid. HEX triplet: B6, 55 and DE. RGB value is (182,85,222). Sum of RGB (Red+Green+Blue) = 182+85+222=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #B655DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655DE is #49AA21. Grayscale: #818181. Windows color (decimal): -4827682 or 14570934. OLE color: 14570934.

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

Color convert

RGB 182 85 222 -
CMYK 0.18 0.62 0 0.13
HSL 282.48º 0.67% 0.6% -
HSV(B) 282.48º 0.62% 0.87% -
XYZ 35.72 21.72 71.42 -
YUV 129.62 180.14 165.36 -
System Red Green Blue C M Y K H S L
Decimal 182 85 222 0.18 0.62 0 0.13 282.48 0.67 0.6
Hex B6 55 DE 12 3E 0 D 11A 43 3C
Octal 266 125 336 22 76 0 15 432 103 74
Binary 10110110 1010101 11011110 10010 111110 0 1101 100011010 1000011 111100

Color Harmonies of #B655DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655DE

Black with #B655DE

Text Example


Text Example

White with #B655DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655DE; }

 p { color: rgb(182,85,222); }

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

background-color css

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

 a { background-color: rgb(182,85,222); }

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

border-color css

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

 span { border-color: rgb(182,85,222); }

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