Html Css Color HEX #B268DF Medium Orchid

📋 copy color: '#B268DF'

red 178 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #B268DF

Tints of Medium Orchid #B268DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 35.25%
G = 20.59%
B = 44.16%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B268DF (or 0xB268DF) is known color: Medium Orchid. HEX triplet: B2, 68 and DF. RGB value is (178,104,223). Sum of RGB (Red+Green+Blue) = 178+104+223=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #B268DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268DF is #4D9720. Grayscale: #8B8B8B. Windows color (decimal): -5084961 or 14641330. OLE color: 14641330.

HSL color Cylindrical-coordinate representation of color #B268DF: hue angle of 277.31º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B268DF is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 104 223 -
CMYK 0.20 0.53 0 0.13
HSL 277.31º 0.65% 0.64% -
HSV(B) 277.31º 0.53% 0.87% -
XYZ 36.63 24.69 72.65 -
YUV 139.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 178 104 223 0.20 0.53 0 0.13 277.31 0.65 0.64
Hex B2 68 DF 14 35 0 D 115 41 40
Octal 262 150 337 24 65 0 15 425 101 100
Binary 10110010 1101000 11011111 10100 110101 0 1101 100010101 1000001 1000000

Color Harmonies of #B268DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268DF

Black with #B268DF

Text Example


Text Example

White with #B268DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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