Html Css Color HEX #B250CF Medium Orchid

📋 copy color: '#B250CF'

red 178 ◦ green 80 ◦ blue 207

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

Shades of Medium Orchid #B250CF

Tints of Medium Orchid #B250CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.2%

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

R = 38.28%
G = 17.2%
B = 44.52%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B250CF (or 0xB250CF) is known color: Medium Orchid. HEX triplet: B2, 50 and CF. RGB value is (178,80,207). Sum of RGB (Red+Green+Blue) = 178+80+207=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #B250CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250CF is #4DAF30. Grayscale: #7B7B7B. Windows color (decimal): -5091121 or 13586610. OLE color: 13586610.

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

Color convert

RGB 178 80 207 -
CMYK 0.14 0.61 0 0.19
HSL 286.3º 0.57% 0.56% -
HSV(B) 286.3º 0.61% 0.81% -
XYZ 32.49 19.71 61.12 -
YUV 123.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 178 80 207 0.14 0.61 0 0.19 286.3 0.57 0.56
Hex B2 50 CF E 3D 0 13 11E 39 38
Octal 262 120 317 16 75 0 23 436 71 70
Binary 10110010 1010000 11001111 1110 111101 0 10011 100011110 111001 111000

Color Harmonies of #B250CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250CF

Black with #B250CF

Text Example


Text Example

White with #B250CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250CF; }

 p { color: rgb(178,80,207); }

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

background-color css

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

 a { background-color: rgb(178,80,207); }

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

border-color css

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

 span { border-color: rgb(178,80,207); }

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