Html Css Color HEX #B269C1 Medium Orchid

📋 copy color: '#B269C1'

red 178 ◦ green 105 ◦ blue 193

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

Shades of Medium Orchid #B269C1

Tints of Medium Orchid #B269C1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.06%

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

R = 37.39%
G = 22.06%
B = 40.55%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B269C1 (or 0xB269C1) is known color: Medium Orchid. HEX triplet: B2, 69 and C1. RGB value is (178,105,193). Sum of RGB (Red+Green+Blue) = 178+105+193=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #B269C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269C1 is #4D963E. Grayscale: #888888. Windows color (decimal): -5084735 or 12675506. OLE color: 12675506.

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

Color convert

RGB 178 105 193 -
CMYK 0.08 0.46 0 0.24
HSL 289.77º 0.42% 0.58% -
HSV(B) 289.77º 0.46% 0.76% -
XYZ 33.04 23.42 53.23 -
YUV 136.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 178 105 193 0.08 0.46 0 0.24 289.77 0.42 0.58
Hex B2 69 C1 8 2E 0 18 122 2A 3A
Octal 262 151 301 10 56 0 30 442 52 72
Binary 10110010 1101001 11000001 1000 101110 0 11000 100100010 101010 111010

Color Harmonies of #B269C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B269C1

Black with #B269C1

Text Example


Text Example

White with #B269C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B269C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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