Html Css Color HEX #B655CF Medium Orchid

📋 copy color: '#B655CF'

red 182 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #B655CF

Tints of Medium Orchid #B655CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 38.4%
G = 17.93%
B = 43.67%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B655CF (or 0xB655CF) is known color: Medium Orchid. HEX triplet: B6, 55 and CF. RGB value is (182,85,207). Sum of RGB (Red+Green+Blue) = 182+85+207=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #B655CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655CF is #49AA30. Grayscale: #7F7F7F. Windows color (decimal): -4827697 or 13587894. OLE color: 13587894.

HSL color Cylindrical-coordinate representation of color #B655CF: hue angle of 287.7º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B655CF is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 85 207 -
CMYK 0.12 0.59 0 0.19
HSL 287.7º 0.56% 0.57% -
HSV(B) 287.7º 0.59% 0.81% -
XYZ 33.8 20.95 61.29 -
YUV 127.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 182 85 207 0.12 0.59 0 0.19 287.7 0.56 0.57
Hex B6 55 CF C 3B 0 13 120 38 39
Octal 266 125 317 14 73 0 23 440 70 71
Binary 10110110 1010101 11001111 1100 111011 0 10011 100100000 111000 111001

Color Harmonies of #B655CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655CF

Black with #B655CF

Text Example


Text Example

White with #B655CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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