Html Css Color HEX #B265E2 Medium Orchid

📋 copy color: '#B265E2'

red 178 ◦ green 101 ◦ blue 226

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

Shades of Medium Orchid #B265E2

Tints of Medium Orchid #B265E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.75%

R = 35.25%
G = 20%
B = 44.75%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B265E2 (or 0xB265E2) is known color: Medium Orchid. HEX triplet: B2, 65 and E2. RGB value is (178,101,226). Sum of RGB (Red+Green+Blue) = 178+101+226=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #B265E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265E2 is #4D9A1D. Grayscale: #898989. Windows color (decimal): -5085726 or 14837170. OLE color: 14837170.

HSL color Cylindrical-coordinate representation of color #B265E2: hue angle of 276.96º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B265E2 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 101 226 -
CMYK 0.21 0.55 0 0.11
HSL 276.96º 0.68% 0.64% -
HSV(B) 276.96º 0.55% 0.89% -
XYZ 36.74 24.26 74.7 -
YUV 138.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 178 101 226 0.21 0.55 0 0.11 276.96 0.68 0.64
Hex B2 65 E2 15 37 0 B 115 44 40
Octal 262 145 342 25 67 0 13 425 104 100
Binary 10110010 1100101 11100010 10101 110111 0 1011 100010101 1000100 1000000

Color Harmonies of #B265E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265E2

Black with #B265E2

Text Example


Text Example

White with #B265E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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