Html Css Color HEX #B655DB Medium Orchid

📋 copy color: '#B655DB'

red 182 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #B655DB

Tints of Medium Orchid #B655DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 37.45%
G = 17.49%
B = 45.06%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B655DB (or 0xB655DB) is known color: Medium Orchid. HEX triplet: B6, 55 and DB. RGB value is (182,85,219). Sum of RGB (Red+Green+Blue) = 182+85+219=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #B655DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655DB is #49AA24. Grayscale: #808080. Windows color (decimal): -4827685 or 14374326. OLE color: 14374326.

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

Color convert

RGB 182 85 219 -
CMYK 0.17 0.61 0 0.14
HSL 283.43º 0.65% 0.6% -
HSV(B) 283.43º 0.61% 0.86% -
XYZ 35.33 21.56 69.32 -
YUV 129.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 182 85 219 0.17 0.61 0 0.14 283.43 0.65 0.6
Hex B6 55 DB 11 3D 0 E 11B 41 3C
Octal 266 125 333 21 75 0 16 433 101 74
Binary 10110110 1010101 11011011 10001 111101 0 1110 100011011 1000001 111100

Color Harmonies of #B655DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655DB

Black with #B655DB

Text Example


Text Example

White with #B655DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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