Html Css Color HEX #B659FC Medium Orchid

📋 copy color: '#B659FC'

red 182 ◦ green 89 ◦ blue 252

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

Shades of Medium Orchid #B659FC

Tints of Medium Orchid #B659FC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.02%

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 34.8%
G = 17.02%
B = 48.18%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B659FC (or 0xB659FC) is known color: Medium Orchid. HEX triplet: B6, 59 and FC. RGB value is (182,89,252). Sum of RGB (Red+Green+Blue) = 182+89+252=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #B659FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B659FC is #49A603. Grayscale: #868686. Windows color (decimal): -4826628 or 16538038. OLE color: 16538038.

HSL color Cylindrical-coordinate representation of color #B659FC: hue angle of 274.23º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B659FC is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 89 252 -
CMYK 0.28 0.65 0 0.01
HSL 274.23º 0.96% 0.67% -
HSV(B) 274.23º 0.65% 0.99% -
XYZ 40.43 24.12 94.62 -
YUV 135.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 182 89 252 0.28 0.65 0 0.01 274.23 0.96 0.67
Hex B6 59 FC 1C 41 0 1 112 60 43
Octal 266 131 374 34 101 0 1 422 140 103
Binary 10110110 1011001 11111100 11100 1000001 0 1 100010010 1100000 1000011

Color Harmonies of #B659FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B659FC

Black with #B659FC

Text Example


Text Example

White with #B659FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B659FC; }

 p { color: rgb(182,89,252); }

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

background-color css

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

 a { background-color: rgb(182,89,252); }

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

border-color css

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

 span { border-color: rgb(182,89,252); }

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