Html Css Color HEX #B268DD Medium Orchid

📋 copy color: '#B268DD'

red 178 ◦ green 104 ◦ blue 221

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

Shades of Medium Orchid #B268DD

Tints of Medium Orchid #B268DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 35.39%
G = 20.68%
B = 43.94%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B268DD (or 0xB268DD) is known color: Medium Orchid. HEX triplet: B2, 68 and DD. RGB value is (178,104,221). Sum of RGB (Red+Green+Blue) = 178+104+221=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #B268DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268DD is #4D9722. Grayscale: #8B8B8B. Windows color (decimal): -5084963 or 14510258. OLE color: 14510258.

HSL color Cylindrical-coordinate representation of color #B268DD: hue angle of 277.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B268DD is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 104 221 -
CMYK 0.19 0.53 0 0.13
HSL 277.95º 0.63% 0.64% -
HSV(B) 277.95º 0.53% 0.87% -
XYZ 36.36 24.59 71.24 -
YUV 139.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 178 104 221 0.19 0.53 0 0.13 277.95 0.63 0.64
Hex B2 68 DD 13 35 0 D 116 3F 40
Octal 262 150 335 23 65 0 15 426 77 100
Binary 10110010 1101000 11011101 10011 110101 0 1101 100010110 111111 1000000

Color Harmonies of #B268DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268DD

Black with #B268DD

Text Example


Text Example

White with #B268DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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