Html Css Color HEX #B269DF Medium Orchid

📋 copy color: '#B269DF'

red 178 ◦ green 105 ◦ blue 223

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

Shades of Medium Orchid #B269DF

Tints of Medium Orchid #B269DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 35.18%
G = 20.75%
B = 44.07%

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

#B269DF (or 0xB269DF) is known color: Medium Orchid. HEX triplet: B2, 69 and DF. RGB value is (178,105,223). Sum of RGB (Red+Green+Blue) = 178+105+223=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #B269DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269DF is #4D9620. Grayscale: #8B8B8B. Windows color (decimal): -5084705 or 14641586. OLE color: 14641586.

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

Color convert

RGB 178 105 223 -
CMYK 0.20 0.53 0 0.13
HSL 277.12º 0.65% 0.64% -
HSV(B) 277.12º 0.53% 0.87% -
XYZ 36.73 24.9 72.68 -
YUV 140.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 178 105 223 0.20 0.53 0 0.13 277.12 0.65 0.64
Hex B2 69 DF 14 35 0 D 115 41 40
Octal 262 151 337 24 65 0 15 425 101 100
Binary 10110010 1101001 11011111 10100 110101 0 1101 100010101 1000001 1000000

Color Harmonies of #B269DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B269DF

Black with #B269DF

Text Example


Text Example

White with #B269DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B269DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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