Html Css Color HEX #B267DB Medium Orchid

📋 copy color: '#B267DB'

red 178 ◦ green 103 ◦ blue 219

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

Shades of Medium Orchid #B267DB

Tints of Medium Orchid #B267DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.6%

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 35.6%
G = 20.6%
B = 43.8%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B267DB (or 0xB267DB) is known color: Medium Orchid. HEX triplet: B2, 67 and DB. RGB value is (178,103,219). Sum of RGB (Red+Green+Blue) = 178+103+219=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #B267DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267DB is #4D9824. Grayscale: #8A8A8A. Windows color (decimal): -5085221 or 14378930. OLE color: 14378930.

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

Color convert

RGB 178 103 219 -
CMYK 0.19 0.53 0 0.14
HSL 278.79º 0.62% 0.63% -
HSV(B) 278.79º 0.53% 0.86% -
XYZ 36 24.28 69.81 -
YUV 138.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 178 103 219 0.19 0.53 0 0.14 278.79 0.62 0.63
Hex B2 67 DB 13 35 0 E 117 3E 3F
Octal 262 147 333 23 65 0 16 427 76 77
Binary 10110010 1100111 11011011 10011 110101 0 1110 100010111 111110 111111

Color Harmonies of #B267DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B267DB

Black with #B267DB

Text Example


Text Example

White with #B267DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B267DB; }

 p { color: rgb(178,103,219); }

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

background-color css

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

 a { background-color: rgb(178,103,219); }

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

border-color css

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

 span { border-color: rgb(178,103,219); }

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