Html Css Color HEX #B268C6 Medium Orchid

📋 copy color: '#B268C6'

red 178 ◦ green 104 ◦ blue 198

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

Shades of Medium Orchid #B268C6

Tints of Medium Orchid #B268C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.25%

R = 37.08%
G = 21.67%
B = 41.25%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B268C6 (or 0xB268C6) is known color: Medium Orchid. HEX triplet: B2, 68 and C6. RGB value is (178,104,198). Sum of RGB (Red+Green+Blue) = 178+104+198=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 198 - color contains mainly: blue. Hex color #B268C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268C6 is #4D9739. Grayscale: #888888. Windows color (decimal): -5084986 or 13002930. OLE color: 13002930.

HSL color Cylindrical-coordinate representation of color #B268C6: hue angle of 287.23º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B268C6 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 104 198 -
CMYK 0.10 0.47 0 0.22
HSL 287.23º 0.45% 0.59% -
HSV(B) 287.23º 0.47% 0.78% -
XYZ 33.5 23.44 56.19 -
YUV 136.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 178 104 198 0.10 0.47 0 0.22 287.23 0.45 0.59
Hex B2 68 C6 A 2F 0 16 11F 2D 3B
Octal 262 150 306 12 57 0 26 437 55 73
Binary 10110010 1101000 11000110 1010 101111 0 10110 100011111 101101 111011

Color Harmonies of #B268C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268C6

Black with #B268C6

Text Example


Text Example

White with #B268C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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