Html Css Color HEX #B268DE Medium Orchid

📋 copy color: '#B268DE'

red 178 ◦ green 104 ◦ blue 222

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

Shades of Medium Orchid #B268DE

Tints of Medium Orchid #B268DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 35.32%
G = 20.63%
B = 44.05%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B268DE (or 0xB268DE) is known color: Medium Orchid. HEX triplet: B2, 68 and DE. RGB value is (178,104,222). Sum of RGB (Red+Green+Blue) = 178+104+222=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #B268DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268DE is #4D9721. Grayscale: #8B8B8B. Windows color (decimal): -5084962 or 14575794. OLE color: 14575794.

HSL color Cylindrical-coordinate representation of color #B268DE: hue angle of 277.63º degrees, saturation: 0.64, 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 #B268DE is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 104 222 -
CMYK 0.20 0.53 0 0.13
HSL 277.63º 0.64% 0.64% -
HSV(B) 277.63º 0.53% 0.87% -
XYZ 36.5 24.64 71.94 -
YUV 139.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 178 104 222 0.20 0.53 0 0.13 277.63 0.64 0.64
Hex B2 68 DE 14 35 0 D 116 40 40
Octal 262 150 336 24 65 0 15 426 100 100
Binary 10110010 1101000 11011110 10100 110101 0 1101 100010110 1000000 1000000

Color Harmonies of #B268DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268DE

Black with #B268DE

Text Example


Text Example

White with #B268DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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