Html Css Color HEX #B268D9 Medium Orchid

📋 copy color: '#B268D9'

red 178 ◦ green 104 ◦ blue 217

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

Shades of Medium Orchid #B268D9

Tints of Medium Orchid #B268D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.49%

R = 35.67%
G = 20.84%
B = 43.49%

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

#B268D9 (or 0xB268D9) is known color: Medium Orchid. HEX triplet: B2, 68 and D9. RGB value is (178,104,217). Sum of RGB (Red+Green+Blue) = 178+104+217=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #B268D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268D9 is #4D9726. Grayscale: #8A8A8A. Windows color (decimal): -5084967 or 14248114. OLE color: 14248114.

HSL color Cylindrical-coordinate representation of color #B268D9: hue angle of 279.29º degrees, saturation: 0.6, 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 #B268D9 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 104 217 -
CMYK 0.18 0.52 0 0.15
HSL 279.29º 0.6% 0.63% -
HSV(B) 279.29º 0.52% 0.85% -
XYZ 35.83 24.38 68.46 -
YUV 139.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 178 104 217 0.18 0.52 0 0.15 279.29 0.6 0.63
Hex B2 68 D9 12 34 0 F 117 3C 3F
Octal 262 150 331 22 64 0 17 427 74 77
Binary 10110010 1101000 11011001 10010 110100 0 1111 100010111 111100 111111

Color Harmonies of #B268D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268D9

Black with #B268D9

Text Example


Text Example

White with #B268D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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