Html Css Color HEX #B268CE Medium Orchid

📋 copy color: '#B268CE'

red 178 ◦ green 104 ◦ blue 206

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

Shades of Medium Orchid #B268CE

Tints of Medium Orchid #B268CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 36.48%
G = 21.31%
B = 42.21%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B268CE (or 0xB268CE) is known color: Medium Orchid. HEX triplet: B2, 68 and CE. RGB value is (178,104,206). Sum of RGB (Red+Green+Blue) = 178+104+206=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #B268CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268CE is #4D9731. Grayscale: #898989. Windows color (decimal): -5084978 or 13527218. OLE color: 13527218.

HSL color Cylindrical-coordinate representation of color #B268CE: hue angle of 283.53º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B268CE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 104 206 -
CMYK 0.14 0.50 0 0.19
HSL 283.53º 0.51% 0.61% -
HSV(B) 283.53º 0.5% 0.81% -
XYZ 34.45 23.82 61.17 -
YUV 137.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 178 104 206 0.14 0.50 0 0.19 283.53 0.51 0.61
Hex B2 68 CE E 32 0 13 11C 33 3D
Octal 262 150 316 16 62 0 23 434 63 75
Binary 10110010 1101000 11001110 1110 110010 0 10011 100011100 110011 111101

Color Harmonies of #B268CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268CE

Black with #B268CE

Text Example


Text Example

White with #B268CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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