Html Css Color HEX #B268EC Medium Orchid

📋 copy color: '#B268EC'

red 178 ◦ green 104 ◦ blue 236

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

Shades of Medium Orchid #B268EC

Tints of Medium Orchid #B268EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 34.36%
G = 20.08%
B = 45.56%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B268EC (or 0xB268EC) is known color: Medium Orchid. HEX triplet: B2, 68 and EC. RGB value is (178,104,236). Sum of RGB (Red+Green+Blue) = 178+104+236=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #B268EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268EC is #4D9713. Grayscale: #8C8C8C. Windows color (decimal): -5084948 or 15493298. OLE color: 15493298.

HSL color Cylindrical-coordinate representation of color #B268EC: hue angle of 273.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B268EC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 104 236 -
CMYK 0.25 0.56 0 0.07
HSL 273.64º 0.78% 0.67% -
HSV(B) 273.64º 0.56% 0.93% -
XYZ 38.45 25.42 82.24 -
YUV 141.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 178 104 236 0.25 0.56 0 0.07 273.64 0.78 0.67
Hex B2 68 EC 19 38 0 7 112 4E 43
Octal 262 150 354 31 70 0 7 422 116 103
Binary 10110010 1101000 11101100 11001 111000 0 111 100010010 1001110 1000011

Color Harmonies of #B268EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268EC

Black with #B268EC

Text Example


Text Example

White with #B268EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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