Html Css Color HEX #B265DC Medium Orchid

📋 copy color: '#B265DC'

red 178 ◦ green 101 ◦ blue 220

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

Shades of Medium Orchid #B265DC

Tints of Medium Orchid #B265DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 35.67%
G = 20.24%
B = 44.09%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B265DC (or 0xB265DC) is known color: Medium Orchid. HEX triplet: B2, 65 and DC. RGB value is (178,101,220). Sum of RGB (Red+Green+Blue) = 178+101+220=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #B265DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265DC is #4D9A23. Grayscale: #898989. Windows color (decimal): -5085732 or 14443954. OLE color: 14443954.

HSL color Cylindrical-coordinate representation of color #B265DC: hue angle of 278.82º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B265DC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 101 220 -
CMYK 0.19 0.54 0 0.14
HSL 278.82º 0.63% 0.63% -
HSV(B) 278.82º 0.54% 0.86% -
XYZ 35.93 23.94 70.44 -
YUV 137.59 174.51 156.82 -
System Red Green Blue C M Y K H S L
Decimal 178 101 220 0.19 0.54 0 0.14 278.82 0.63 0.63
Hex B2 65 DC 13 36 0 E 117 3F 3F
Octal 262 145 334 23 66 0 16 427 77 77
Binary 10110010 1100101 11011100 10011 110110 0 1110 100010111 111111 111111

Color Harmonies of #B265DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265DC

Black with #B265DC

Text Example


Text Example

White with #B265DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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