Html Css Color HEX #B261FE Medium Orchid

📋 copy color: '#B261FE'

red 178 ◦ green 97 ◦ blue 254

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

Shades of Medium Orchid #B261FE

Tints of Medium Orchid #B261FE

RGB

 RED value IS 178 (69.92% from 255) = 33.65%

 GREEN value IS 97 (38.28% from 255) = 18.34%

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

R = 33.65%
G = 18.34%
B = 48.02%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B261FE (or 0xB261FE) is known color: Medium Orchid. HEX triplet: B2, 61 and FE. RGB value is (178,97,254). Sum of RGB (Red+Green+Blue) = 178+97+254=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #B261FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B261FE is #4D9E01. Grayscale: #8A8A8A. Windows color (decimal): -5086722 or 16671154. OLE color: 16671154.

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

Color convert

RGB 178 97 254 -
CMYK 0.30 0.62 0 0.00
HSL 270.96º 0.99% 0.69% -
HSV(B) 270.96º 0.62% 1% -
XYZ 40.52 25.17 96.49 -
YUV 139.12 192.84 155.73 -
System Red Green Blue C M Y K H S L
Decimal 178 97 254 0.30 0.62 0 0.00 270.96 0.99 0.69
Hex B2 61 FE 1E 3E 0 0 10F 63 45
Octal 262 141 376 36 76 0 0 417 143 105
Binary 10110010 1100001 11111110 11110 111110 0 0 100001111 1100011 1000101

Color Harmonies of #B261FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B261FE

Black with #B261FE

Text Example


Text Example

White with #B261FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B261FE; }

 p { color: rgb(178,97,254); }

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

background-color css

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

 a { background-color: rgb(178,97,254); }

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

border-color css

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

 span { border-color: rgb(178,97,254); }

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