Html Css Color HEX #B655CA Medium Orchid

📋 copy color: '#B655CA'

red 182 ◦ green 85 ◦ blue 202

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

Shades of Medium Orchid #B655CA

Tints of Medium Orchid #B655CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 38.81%
G = 18.12%
B = 43.07%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B655CA (or 0xB655CA) is known color: Medium Orchid. HEX triplet: B6, 55 and CA. RGB value is (182,85,202). Sum of RGB (Red+Green+Blue) = 182+85+202=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #B655CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655CA is #49AA35. Grayscale: #7E7E7E. Windows color (decimal): -4827702 or 13260214. OLE color: 13260214.

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

Color convert

RGB 182 85 202 -
CMYK 0.10 0.58 0 0.21
HSL 289.74º 0.52% 0.56% -
HSV(B) 289.74º 0.58% 0.79% -
XYZ 33.2 20.71 58.12 -
YUV 127.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 182 85 202 0.10 0.58 0 0.21 289.74 0.52 0.56
Hex B6 55 CA A 3A 0 15 122 34 38
Octal 266 125 312 12 72 0 25 442 64 70
Binary 10110110 1010101 11001010 1010 111010 0 10101 100100010 110100 111000

Color Harmonies of #B655CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655CA

Black with #B655CA

Text Example


Text Example

White with #B655CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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