Html Css Color HEX #B869DA Medium Orchid

📋 copy color: '#B869DA'

red 184 ◦ green 105 ◦ blue 218

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

Shades of Medium Orchid #B869DA

Tints of Medium Orchid #B869DA

RGB

 RED value IS 184 (72.27% from 255) = 36.29%

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 36.29%
G = 20.71%
B = 43%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B869DA (or 0xB869DA) is known color: Medium Orchid. HEX triplet: B8, 69 and DA. RGB value is (184,105,218). Sum of RGB (Red+Green+Blue) = 184+105+218=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #B869DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869DA is #479625. Grayscale: #8D8D8D. Windows color (decimal): -4691494 or 14313912. OLE color: 14313912.

HSL color Cylindrical-coordinate representation of color #B869DA: hue angle of 281.95º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B869DA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 105 218 -
CMYK 0.16 0.52 0 0.15
HSL 281.95º 0.6% 0.63% -
HSV(B) 281.95º 0.52% 0.85% -
XYZ 37.47 25.36 69.25 -
YUV 141.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 184 105 218 0.16 0.52 0 0.15 281.95 0.6 0.63
Hex B8 69 DA 10 34 0 F 11A 3C 3F
Octal 270 151 332 20 64 0 17 432 74 77
Binary 10111000 1101001 11011010 10000 110100 0 1111 100011010 111100 111111

Color Harmonies of #B869DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B869DA

Black with #B869DA

Text Example


Text Example

White with #B869DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B869DA; }

 p { color: rgb(184,105,218); }

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

background-color css

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

 a { background-color: rgb(184,105,218); }

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

border-color css

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

 span { border-color: rgb(184,105,218); }

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