Html Css Color HEX #B655CB Medium Orchid

📋 copy color: '#B655CB'

red 182 ◦ green 85 ◦ blue 203

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

Shades of Medium Orchid #B655CB

Tints of Medium Orchid #B655CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 38.72%
G = 18.09%
B = 43.19%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B655CB (or 0xB655CB) is known color: Medium Orchid. HEX triplet: B6, 55 and CB. RGB value is (182,85,203). Sum of RGB (Red+Green+Blue) = 182+85+203=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #B655CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655CB is #49AA34. Grayscale: #7F7F7F. Windows color (decimal): -4827701 or 13325750. OLE color: 13325750.

HSL color Cylindrical-coordinate representation of color #B655CB: hue angle of 289.32º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B655CB is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 85 203 -
CMYK 0.10 0.58 0 0.20
HSL 289.32º 0.53% 0.56% -
HSV(B) 289.32º 0.58% 0.8% -
XYZ 33.32 20.75 58.75 -
YUV 127.46 170.64 166.91 -
System Red Green Blue C M Y K H S L
Decimal 182 85 203 0.10 0.58 0 0.20 289.32 0.53 0.56
Hex B6 55 CB A 3A 0 14 121 35 38
Octal 266 125 313 12 72 0 24 441 65 70
Binary 10110110 1010101 11001011 1010 111010 0 10100 100100001 110101 111000

Color Harmonies of #B655CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655CB

Black with #B655CB

Text Example


Text Example

White with #B655CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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