Html Css Color HEX #B675DA Medium Orchid

📋 copy color: '#B675DA'

red 182 ◦ green 117 ◦ blue 218

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

Shades of Medium Orchid #B675DA

Tints of Medium Orchid #B675DA

RGB

 RED value IS 182 (71.48% from 255) = 35.2%

 GREEN value IS 117 (46.09% from 255) = 22.63%

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

R = 35.2%
G = 22.63%
B = 42.17%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B675DA (or 0xB675DA) is known color: Medium Orchid. HEX triplet: B6, 75 and DA. RGB value is (182,117,218). Sum of RGB (Red+Green+Blue) = 182+117+218=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #B675DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675DA is #498A25. Grayscale: #939393. Windows color (decimal): -4819494 or 14316982. OLE color: 14316982.

HSL color Cylindrical-coordinate representation of color #B675DA: hue angle of 278.61º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B675DA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 117 218 -
CMYK 0.17 0.46 0 0.15
HSL 278.61º 0.58% 0.66% -
HSV(B) 278.61º 0.46% 0.85% -
XYZ 38.31 27.73 69.66 -
YUV 147.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 182 117 218 0.17 0.46 0 0.15 278.61 0.58 0.66
Hex B6 75 DA 11 2E 0 F 117 3A 42
Octal 266 165 332 21 56 0 17 427 72 102
Binary 10110110 1110101 11011010 10001 101110 0 1111 100010111 111010 1000010

Color Harmonies of #B675DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675DA

Black with #B675DA

Text Example


Text Example

White with #B675DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675DA; }

 p { color: rgb(182,117,218); }

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

background-color css

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

 a { background-color: rgb(182,117,218); }

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

border-color css

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

 span { border-color: rgb(182,117,218); }

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