Html Css Color HEX #B268CD Medium Orchid

📋 copy color: '#B268CD'

red 178 ◦ green 104 ◦ blue 205

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

Shades of Medium Orchid #B268CD

Tints of Medium Orchid #B268CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 36.55%
G = 21.36%
B = 42.09%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B268CD (or 0xB268CD) is known color: Medium Orchid. HEX triplet: B2, 68 and CD. RGB value is (178,104,205). Sum of RGB (Red+Green+Blue) = 178+104+205=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #B268CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268CD is #4D9732. Grayscale: #898989. Windows color (decimal): -5084979 or 13461682. OLE color: 13461682.

HSL color Cylindrical-coordinate representation of color #B268CD: hue angle of 283.96º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B268CD is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 104 205 -
CMYK 0.13 0.49 0 0.20
HSL 283.96º 0.5% 0.61% -
HSV(B) 283.96º 0.49% 0.8% -
XYZ 34.33 23.77 60.54 -
YUV 137.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 178 104 205 0.13 0.49 0 0.20 283.96 0.5 0.61
Hex B2 68 CD D 31 0 14 11C 32 3D
Octal 262 150 315 15 61 0 24 434 62 75
Binary 10110010 1101000 11001101 1101 110001 0 10100 100011100 110010 111101

Color Harmonies of #B268CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268CD

Black with #B268CD

Text Example


Text Example

White with #B268CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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