Html Css Color HEX #B265DE Medium Orchid

📋 copy color: '#B265DE'

red 178 ◦ green 101 ◦ blue 222

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

Shades of Medium Orchid #B265DE

Tints of Medium Orchid #B265DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 35.53%
G = 20.16%
B = 44.31%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B265DE (or 0xB265DE) is known color: Medium Orchid. HEX triplet: B2, 65 and DE. RGB value is (178,101,222). Sum of RGB (Red+Green+Blue) = 178+101+222=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #B265DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265DE is #4D9A21. Grayscale: #898989. Windows color (decimal): -5085730 or 14575026. OLE color: 14575026.

HSL color Cylindrical-coordinate representation of color #B265DE: hue angle of 278.18º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B265DE is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 101 222 -
CMYK 0.20 0.55 0 0.13
HSL 278.18º 0.65% 0.63% -
HSV(B) 278.18º 0.55% 0.87% -
XYZ 36.2 24.05 71.84 -
YUV 137.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 178 101 222 0.20 0.55 0 0.13 278.18 0.65 0.63
Hex B2 65 DE 14 37 0 D 116 41 3F
Octal 262 145 336 24 67 0 15 426 101 77
Binary 10110010 1100101 11011110 10100 110111 0 1101 100010110 1000001 111111

Color Harmonies of #B265DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265DE

Black with #B265DE

Text Example


Text Example

White with #B265DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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