Html Css Color HEX #B265EF Medium Orchid

📋 copy color: '#B265EF'

red 178 ◦ green 101 ◦ blue 239

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

Shades of Medium Orchid #B265EF

Tints of Medium Orchid #B265EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 34.36%
G = 19.5%
B = 46.14%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B265EF (or 0xB265EF) is known color: Medium Orchid. HEX triplet: B2, 65 and EF. RGB value is (178,101,239). Sum of RGB (Red+Green+Blue) = 178+101+239=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #B265EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B265EF is #4D9A10. Grayscale: #8B8B8B. Windows color (decimal): -5085713 or 15689138. OLE color: 15689138.

HSL color Cylindrical-coordinate representation of color #B265EF: hue angle of 273.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B265EF is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 101 239 -
CMYK 0.26 0.58 0 0.06
HSL 273.48º 0.81% 0.67% -
HSV(B) 273.48º 0.58% 0.94% -
XYZ 38.59 25 84.45 -
YUV 139.76 184.01 155.28 -
System Red Green Blue C M Y K H S L
Decimal 178 101 239 0.26 0.58 0 0.06 273.48 0.81 0.67
Hex B2 65 EF 1A 3A 0 6 111 51 43
Octal 262 145 357 32 72 0 6 421 121 103
Binary 10110010 1100101 11101111 11010 111010 0 110 100010001 1010001 1000011

Color Harmonies of #B265EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265EF

Black with #B265EF

Text Example


Text Example

White with #B265EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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