Html Css Color HEX #B653FE Medium Orchid

📋 copy color: '#B653FE'

red 182 ◦ green 83 ◦ blue 254

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

Shades of Medium Orchid #B653FE

Tints of Medium Orchid #B653FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.99%

 BLUE value IS 254 (99.61% from 255) = 48.94%

R = 35.07%
G = 15.99%
B = 48.94%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B653FE (or 0xB653FE) is known color: Medium Orchid. HEX triplet: B6, 53 and FE. RGB value is (182,83,254). Sum of RGB (Red+Green+Blue) = 182+83+254=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #B653FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B653FE is #49AC01. Grayscale: #838383. Windows color (decimal): -4828162 or 16667574. OLE color: 16667574.

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

Color convert

RGB 182 83 254 -
CMYK 0.28 0.67 0 0.00
HSL 274.74º 0.99% 0.66% -
HSV(B) 274.74º 0.67% 1% -
XYZ 40.27 23.29 96.14 -
YUV 132.1 196.8 163.6 -
System Red Green Blue C M Y K H S L
Decimal 182 83 254 0.28 0.67 0 0.00 274.74 0.99 0.66
Hex B6 53 FE 1C 43 0 0 113 63 42
Octal 266 123 376 34 103 0 0 423 143 102
Binary 10110110 1010011 11111110 11100 1000011 0 0 100010011 1100011 1000010

Color Harmonies of #B653FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B653FE

Black with #B653FE

Text Example


Text Example

White with #B653FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B653FE; }

 p { color: rgb(182,83,254); }

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

background-color css

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

 a { background-color: rgb(182,83,254); }

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

border-color css

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

 span { border-color: rgb(182,83,254); }

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