Html Css Color HEX #B269DB Medium Orchid

📋 copy color: '#B269DB'

red 178 ◦ green 105 ◦ blue 219

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

Shades of Medium Orchid #B269DB

Tints of Medium Orchid #B269DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.92%

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

R = 35.46%
G = 20.92%
B = 43.63%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B269DB (or 0xB269DB) is known color: Medium Orchid. HEX triplet: B2, 69 and DB. RGB value is (178,105,219). Sum of RGB (Red+Green+Blue) = 178+105+219=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #B269DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269DB is #4D9624. Grayscale: #8B8B8B. Windows color (decimal): -5084709 or 14379442. OLE color: 14379442.

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

Color convert

RGB 178 105 219 -
CMYK 0.19 0.52 0 0.14
HSL 278.42º 0.61% 0.64% -
HSV(B) 278.42º 0.52% 0.86% -
XYZ 36.2 24.68 69.87 -
YUV 139.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 178 105 219 0.19 0.52 0 0.14 278.42 0.61 0.64
Hex B2 69 DB 13 34 0 E 116 3D 40
Octal 262 151 333 23 64 0 16 426 75 100
Binary 10110010 1101001 11011011 10011 110100 0 1110 100010110 111101 1000000

Color Harmonies of #B269DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B269DB

Black with #B269DB

Text Example


Text Example

White with #B269DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B269DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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