Html Css Color HEX #B265EE Medium Orchid

📋 copy color: '#B265EE'

red 178 ◦ green 101 ◦ blue 238

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

Shades of Medium Orchid #B265EE

Tints of Medium Orchid #B265EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 34.43%
G = 19.54%
B = 46.03%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B265EE (or 0xB265EE) is known color: Medium Orchid. HEX triplet: B2, 65 and EE. RGB value is (178,101,238). Sum of RGB (Red+Green+Blue) = 178+101+238=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #B265EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B265EE is #4D9A11. Grayscale: #8B8B8B. Windows color (decimal): -5085714 or 15623602. OLE color: 15623602.

HSL color Cylindrical-coordinate representation of color #B265EE: hue angle of 273.72º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B265EE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 101 238 -
CMYK 0.25 0.58 0 0.07
HSL 273.72º 0.8% 0.66% -
HSV(B) 273.72º 0.58% 0.93% -
XYZ 38.45 24.95 83.68 -
YUV 139.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 178 101 238 0.25 0.58 0 0.07 273.72 0.8 0.66
Hex B2 65 EE 19 3A 0 7 112 50 42
Octal 262 145 356 31 72 0 7 422 120 102
Binary 10110010 1100101 11101110 11001 111010 0 111 100010010 1010000 1000010

Color Harmonies of #B265EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265EE

Black with #B265EE

Text Example


Text Example

White with #B265EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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