Html Css Color HEX #B25BCF Medium Orchid

📋 copy color: '#B25BCF'

red 178 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #B25BCF

Tints of Medium Orchid #B25BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.12%

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

R = 37.39%
G = 19.12%
B = 43.49%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B25BCF (or 0xB25BCF) is known color: Medium Orchid. HEX triplet: B2, 5B and CF. RGB value is (178,91,207). Sum of RGB (Red+Green+Blue) = 178+91+207=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #B25BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BCF is #4DA430. Grayscale: #818181. Windows color (decimal): -5088305 or 13589426. OLE color: 13589426.

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

Color convert

RGB 178 91 207 -
CMYK 0.14 0.56 0 0.19
HSL 285º 0.55% 0.58% -
HSV(B) 285º 0.56% 0.81% -
XYZ 33.36 21.45 61.41 -
YUV 130.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 178 91 207 0.14 0.56 0 0.19 285 0.55 0.58
Hex B2 5B CF E 38 0 13 11D 37 3A
Octal 262 133 317 16 70 0 23 435 67 72
Binary 10110010 1011011 11001111 1110 111000 0 10011 100011101 110111 111010

Color Harmonies of #B25BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BCF

Black with #B25BCF

Text Example


Text Example

White with #B25BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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