Html Css Color HEX #B265E0 Medium Orchid

📋 copy color: '#B265E0'

red 178 ◦ green 101 ◦ blue 224

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

Shades of Medium Orchid #B265E0

Tints of Medium Orchid #B265E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.53%

R = 35.39%
G = 20.08%
B = 44.53%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B265E0 (or 0xB265E0) is known color: Medium Orchid. HEX triplet: B2, 65 and E0. RGB value is (178,101,224). Sum of RGB (Red+Green+Blue) = 178+101+224=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #B265E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265E0 is #4D9A1F. Grayscale: #898989. Windows color (decimal): -5085728 or 14706098. OLE color: 14706098.

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

Color convert

RGB 178 101 224 -
CMYK 0.21 0.55 0 0.12
HSL 277.56º 0.66% 0.64% -
HSV(B) 277.56º 0.55% 0.88% -
XYZ 36.47 24.15 73.26 -
YUV 138.05 176.51 156.5 -
System Red Green Blue C M Y K H S L
Decimal 178 101 224 0.21 0.55 0 0.12 277.56 0.66 0.64
Hex B2 65 E0 15 37 0 C 116 42 40
Octal 262 145 340 25 67 0 14 426 102 100
Binary 10110010 1100101 11100000 10101 110111 0 1100 100010110 1000010 1000000

Color Harmonies of #B265E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265E0

Black with #B265E0

Text Example


Text Example

White with #B265E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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