Html Css Color HEX #B675CF Medium Orchid

📋 copy color: '#B675CF'

red 182 ◦ green 117 ◦ blue 207

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

Shades of Medium Orchid #B675CF

Tints of Medium Orchid #B675CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 35.97%
G = 23.12%
B = 40.91%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B675CF (or 0xB675CF) is known color: Medium Orchid. HEX triplet: B6, 75 and CF. RGB value is (182,117,207). Sum of RGB (Red+Green+Blue) = 182+117+207=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #B675CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675CF is #498A30. Grayscale: #929292. Windows color (decimal): -4819505 or 13596086. OLE color: 13596086.

HSL color Cylindrical-coordinate representation of color #B675CF: hue angle of 283.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B675CF is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 117 207 -
CMYK 0.12 0.43 0 0.19
HSL 283.33º 0.48% 0.64% -
HSV(B) 283.33º 0.43% 0.81% -
XYZ 36.92 27.17 62.33 -
YUV 146.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 182 117 207 0.12 0.43 0 0.19 283.33 0.48 0.64
Hex B6 75 CF C 2B 0 13 11B 30 40
Octal 266 165 317 14 53 0 23 433 60 100
Binary 10110110 1110101 11001111 1100 101011 0 10011 100011011 110000 1000000

Color Harmonies of #B675CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675CF

Black with #B675CF

Text Example


Text Example

White with #B675CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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