Html Css Color HEX #B268D8 Medium Orchid

📋 copy color: '#B268D8'

red 178 ◦ green 104 ◦ blue 216

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

Shades of Medium Orchid #B268D8

Tints of Medium Orchid #B268D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.37%

R = 35.74%
G = 20.88%
B = 43.37%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B268D8 (or 0xB268D8) is known color: Medium Orchid. HEX triplet: B2, 68 and D8. RGB value is (178,104,216). Sum of RGB (Red+Green+Blue) = 178+104+216=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #B268D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268D8 is #4D9727. Grayscale: #8A8A8A. Windows color (decimal): -5084968 or 14182578. OLE color: 14182578.

HSL color Cylindrical-coordinate representation of color #B268D8: hue angle of 279.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B268D8 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 104 216 -
CMYK 0.18 0.52 0 0.15
HSL 279.64º 0.59% 0.63% -
HSV(B) 279.64º 0.52% 0.85% -
XYZ 35.71 24.32 67.78 -
YUV 138.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 178 104 216 0.18 0.52 0 0.15 279.64 0.59 0.63
Hex B2 68 D8 12 34 0 F 118 3B 3F
Octal 262 150 330 22 64 0 17 430 73 77
Binary 10110010 1101000 11011000 10010 110100 0 1111 100011000 111011 111111

Color Harmonies of #B268D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268D8

Black with #B268D8

Text Example


Text Example

White with #B268D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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