Html Css Color HEX #B655CC Medium Orchid

📋 copy color: '#B655CC'

red 182 ◦ green 85 ◦ blue 204

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

Shades of Medium Orchid #B655CC

Tints of Medium Orchid #B655CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 38.64%
G = 18.05%
B = 43.31%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B655CC (or 0xB655CC) is known color: Medium Orchid. HEX triplet: B6, 55 and CC. RGB value is (182,85,204). Sum of RGB (Red+Green+Blue) = 182+85+204=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #B655CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655CC is #49AA33. Grayscale: #7F7F7F. Windows color (decimal): -4827700 or 13391286. OLE color: 13391286.

HSL color Cylindrical-coordinate representation of color #B655CC: hue angle of 288.91º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B655CC is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 85 204 -
CMYK 0.11 0.58 0 0.2
HSL 288.91º 0.54% 0.57% -
HSV(B) 288.91º 0.58% 0.8% -
XYZ 33.44 20.8 59.38 -
YUV 127.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 182 85 204 0.11 0.58 0 0.2 288.91 0.54 0.57
Hex B6 55 CC B 3A 0 14 121 36 39
Octal 266 125 314 13 72 0 24 441 66 71
Binary 10110110 1010101 11001100 1011 111010 0 10100 100100001 110110 111001

Color Harmonies of #B655CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655CC

Black with #B655CC

Text Example


Text Example

White with #B655CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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