Html Css Color HEX #B265C1 Medium Orchid

📋 copy color: '#B265C1'

red 178 ◦ green 101 ◦ blue 193

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

Shades of Medium Orchid #B265C1

Tints of Medium Orchid #B265C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 37.71%
G = 21.4%
B = 40.89%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B265C1 (or 0xB265C1) is known color: Medium Orchid. HEX triplet: B2, 65 and C1. RGB value is (178,101,193). Sum of RGB (Red+Green+Blue) = 178+101+193=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #B265C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265C1 is #4D9A3E. Grayscale: #868686. Windows color (decimal): -5085759 or 12674482. OLE color: 12674482.

HSL color Cylindrical-coordinate representation of color #B265C1: hue angle of 290.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B265C1 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 101 193 -
CMYK 0.08 0.48 0 0.24
HSL 290.22º 0.43% 0.58% -
HSV(B) 290.22º 0.48% 0.76% -
XYZ 32.64 22.62 53.1 -
YUV 134.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 178 101 193 0.08 0.48 0 0.24 290.22 0.43 0.58
Hex B2 65 C1 8 30 0 18 122 2B 3A
Octal 262 145 301 10 60 0 30 442 53 72
Binary 10110010 1100101 11000001 1000 110000 0 11000 100100010 101011 111010

Color Harmonies of #B265C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265C1

Black with #B265C1

Text Example


Text Example

White with #B265C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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