Html Css Color HEX #B268C1 Medium Orchid

📋 copy color: '#B268C1'

red 178 ◦ green 104 ◦ blue 193

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

Shades of Medium Orchid #B268C1

Tints of Medium Orchid #B268C1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.89%

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

R = 37.47%
G = 21.89%
B = 40.63%

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

#B268C1 (or 0xB268C1) is known color: Medium Orchid. HEX triplet: B2, 68 and C1. RGB value is (178,104,193). Sum of RGB (Red+Green+Blue) = 178+104+193=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #B268C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268C1 is #4D973E. Grayscale: #878787. Windows color (decimal): -5084991 or 12675250. OLE color: 12675250.

HSL color Cylindrical-coordinate representation of color #B268C1: hue angle of 289.89º 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 #B268C1 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 104 193 -
CMYK 0.08 0.46 0 0.24
HSL 289.89º 0.42% 0.58% -
HSV(B) 289.89º 0.46% 0.76% -
XYZ 32.94 23.22 53.2 -
YUV 136.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 178 104 193 0.08 0.46 0 0.24 289.89 0.42 0.58
Hex B2 68 C1 8 2E 0 18 122 2A 3A
Octal 262 150 301 10 56 0 30 442 52 72
Binary 10110010 1101000 11000001 1000 101110 0 11000 100100010 101010 111010

Color Harmonies of #B268C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268C1

Black with #B268C1

Text Example


Text Example

White with #B268C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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