Html Css Color HEX #B655F1 Medium Orchid

📋 copy color: '#B655F1'

red 182 ◦ green 85 ◦ blue 241

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

Shades of Medium Orchid #B655F1

Tints of Medium Orchid #B655F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.44%

R = 35.83%
G = 16.73%
B = 47.44%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B655F1 (or 0xB655F1) is known color: Medium Orchid. HEX triplet: B6, 55 and F1. RGB value is (182,85,241). Sum of RGB (Red+Green+Blue) = 182+85+241=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #B655F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655F1 is #49AA0E. Grayscale: #838383. Windows color (decimal): -4827663 or 15816118. OLE color: 15816118.

HSL color Cylindrical-coordinate representation of color #B655F1: hue angle of 277.31º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B655F1 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 85 241 -
CMYK 0.24 0.65 0 0.05
HSL 277.31º 0.85% 0.64% -
HSV(B) 277.31º 0.65% 0.95% -
XYZ 38.42 22.79 85.59 -
YUV 131.79 189.64 163.82 -
System Red Green Blue C M Y K H S L
Decimal 182 85 241 0.24 0.65 0 0.05 277.31 0.85 0.64
Hex B6 55 F1 18 41 0 5 115 55 40
Octal 266 125 361 30 101 0 5 425 125 100
Binary 10110110 1010101 11110001 11000 1000001 0 101 100010101 1010101 1000000

Color Harmonies of #B655F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655F1

Black with #B655F1

Text Example


Text Example

White with #B655F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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