Html Css Color HEX #B265FF Medium Purple

📋 copy color: '#B265FF'

red 178 ◦ green 101 ◦ blue 255

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

Shades of Medium Purple #B265FF

Tints of Medium Purple #B265FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.91%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 33.33%
G = 18.91%
B = 47.75%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B265FF (or 0xB265FF) is known color: Medium Purple. HEX triplet: B2, 65 and FF. RGB value is (178,101,255). Sum of RGB (Red+Green+Blue) = 178+101+255=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #B265FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B265FF is #4D9A00. Grayscale: #8D8D8D. Windows color (decimal): -5085697 or 16737714. OLE color: 16737714.

HSL color Cylindrical-coordinate representation of color #B265FF: hue angle of 270º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B265FF is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 101 255 -
CMYK 0.30 0.60 0 0
HSL 270º 1% 0.7% -
HSV(B) 270º 0.6% 1% -
XYZ 41.06 25.99 97.46 -
YUV 141.58 192.01 153.98 -
System Red Green Blue C M Y K H S L
Decimal 178 101 255 0.30 0.60 0 0 270 1 0.7
Hex B2 65 FF 1E 3C 0 0 10E 64 46
Octal 262 145 377 36 74 0 0 416 144 106
Binary 10110010 1100101 11111111 11110 111100 0 0 100001110 1100100 1000110

Color Harmonies of #B265FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265FF

Black with #B265FF

Text Example


Text Example

White with #B265FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265FF; }

 p { color: rgb(178,101,255); }

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

background-color css

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

 a { background-color: rgb(178,101,255); }

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

border-color css

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

 span { border-color: rgb(178,101,255); }

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